#FF35FE

Color #FF35FE Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #FF35FE

Tints of Pink Flamingo #FF35FE

Color information

#FF35FE (or 0xFF35FE) is unknown color: approx Pink Flamingo. HEX triplet: FF, 35 and FE. RGB value is (255,53,254). Sum of RGB (Red+Green+Blue) = 255+53+254=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 53 (21.09% from 255 or 9.43% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FF35FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF35FE is #00CA01. Grayscale: #878787. Windows color (decimal): -51714 or 16659967. OLE color: 16659967.

HSL color Cylindrical-coordinate representation of color #FF35FE: hue angle of 300.3º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF35FE is Cyan = 0, Magento = 0.79, Yellow = 0.00 and Black (K on CMYK) = 0.

Color convert

RGB25553254-
CMYK00.790.000
HSL300.3º100%60.39%-
HSV(B)300.3º79.22%100%-
XYZ60.430.9696.56-
YUV136.31194.42212.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 45.37%
GREEN value IS 53 (21.09% from 255) = 9.43%
BLUE value IS 254 (99.61% from 255) = 45.20%
R=45.37%
G=9.43%
B=45.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555325400.790.000300.310060.39
HexFF35FE04F0012c643c
Octal3776537601170045414474
Binary111111111101011111111001001111001001011001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF35FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF35FE; }

 p { color: rgb(255,53,254); }

 H1.HeaderClassName
 {
   color: #FF35FE;
 }
 .AnyTagClassName
 {
   color: #FF35FE;
 }
</style>
background-color css

<style>
 a { background-color: #FF35FE; }

 a { background-color: rgb(255,53,254); }

 div.DivClassName
 {
   background-color: #FF35FE;
 }
 .BgClassName
 {
   background-color: #FF35FE;
 }
</style>
border-color css

<style>
 span { border-color: #FF35FE; }

 span { border-color: rgb(255,53,254); }

 td.TdClassName
 {
   border-color: #FF35FE;
 }
 .TagClassName
 {
   border-color: #FF35FE;
 }
</style>