Html Css Color HEX #FC52FE Pink Flamingo

📋 copy color: '#FC52FE'

red 252 ◦ green 82 ◦ blue 254

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

Shades of Pink Flamingo #FC52FE

Tints of Pink Flamingo #FC52FE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 13.95%

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

R = 42.86%
G = 13.95%
B = 43.2%

CMYK

 C value IS 0.01

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FC52FE (or 0xFC52FE) is known color: Pink Flamingo. HEX triplet: FC, 52 and FE. RGB value is (252,82,254). Sum of RGB (Red+Green+Blue) = 252+82+254=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 82 (32.42% from 255 or 13.95% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC52FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC52FE is #03AD01. Grayscale: #979797. Windows color (decimal): -240898 or 16667388. OLE color: 16667388.

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

Color convert

RGB 252 82 254 -
CMYK 0.01 0.68 0 0.00
HSL 299.3º 0.99% 0.66% -
HSV(B) 299.3º 0.68% 1% -
XYZ 61.05 33.89 97.09 -
YUV 152.44 185.32 199.01 -
System Red Green Blue C M Y K H S L
Decimal 252 82 254 0.01 0.68 0 0.00 299.3 0.99 0.66
Hex FC 52 FE 1 44 0 0 12B 63 42
Octal 374 122 376 1 104 0 0 453 143 102
Binary 11111100 1010010 11111110 1 1000100 0 0 100101011 1100011 1000010

Color Harmonies of #FC52FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC52FE

Black with #FC52FE

Text Example


Text Example

White with #FC52FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC52FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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