Html Css Color HEX #FC35FE Pink Flamingo

📋 copy color: '#FC35FE'

red 252 ◦ green 53 ◦ blue 254

#FC35FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Flamingo #FC35FE

Tints of Pink Flamingo #FC35FE

RGB

 RED value IS 252 (98.83% from 255) = 45.08%

 GREEN value IS 53 (21.09% from 255) = 9.48%

 BLUE value IS 254 (99.61% from 255) = 45.44%

R = 45.08%
G = 9.48%
B = 45.44%

CMYK

 C value IS 0.01

 M value IS 0.79

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FC35FE (or 0xFC35FE) is known color: Pink Flamingo. HEX triplet: FC, 35 and FE. RGB value is (252,53,254). Sum of RGB (Red+Green+Blue) = 252+53+254=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 53 (21.09% from 255 or 9.48% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC35FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC35FE is #03CA01. Grayscale: #868686. Windows color (decimal): -248322 or 16659964. OLE color: 16659964.

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

Color convert

RGB 252 53 254 -
CMYK 0.01 0.79 0 0.00
HSL 299.4º 0.99% 0.6% -
HSV(B) 299.4º 0.79% 1% -
XYZ 59.31 30.4 96.51 -
YUV 135.42 194.93 211.16 -
System Red Green Blue C M Y K H S L
Decimal 252 53 254 0.01 0.79 0 0.00 299.4 0.99 0.6
Hex FC 35 FE 1 4F 0 0 12B 63 3C
Octal 374 65 376 1 117 0 0 453 143 74
Binary 11111100 110101 11111110 1 1001111 0 0 100101011 1100011 111100

Color Harmonies of #FC35FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC35FE

Black with #FC35FE

Text Example


Text Example

White with #FC35FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC35FE; }

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

 H1.HeaderClassName
 {
   color: #FC35FE;
 }
 .AnyTagClassName
 {
   color: #FC35FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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