Html Css Color HEX #FC55F8 Pink Flamingo

📋 copy color: '#FC55F8'

red 252 ◦ green 85 ◦ blue 248

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

Shades of Pink Flamingo #FC55F8

Tints of Pink Flamingo #FC55F8

RGB

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

 GREEN value IS 85 (33.59% from 255) = 14.53%

 BLUE value IS 248 (97.27% from 255) = 42.39%

R = 43.08%
G = 14.53%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FC55F8 (or 0xFC55F8) is known color: Pink Flamingo. HEX triplet: FC, 55 and F8. RGB value is (252,85,248). Sum of RGB (Red+Green+Blue) = 252+85+248=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 85 (33.59% from 255 or 14.53% from 585); Blue value is 248 (97.27% from 255 or 42.39% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FC55F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC55F8 is #03AA07. Grayscale: #999999. Windows color (decimal): -240136 or 16274940. OLE color: 16274940.

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

Color convert

RGB 252 85 248 -
CMYK 0 0.66 0.02 0.01
HSL 301.44º 0.97% 0.66% -
HSV(B) 301.44º 0.66% 0.99% -
XYZ 60.34 33.97 92.18 -
YUV 153.52 181.33 198.25 -
System Red Green Blue C M Y K H S L
Decimal 252 85 248 0 0.66 0.02 0.01 301.44 0.97 0.66
Hex FC 55 F8 0 42 2 1 12D 61 42
Octal 374 125 370 0 102 2 1 455 141 102
Binary 11111100 1010101 11111000 0 1000010 10 1 100101101 1100001 1000010

Color Harmonies of #FC55F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC55F8

Black with #FC55F8

Text Example


Text Example

White with #FC55F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC55F8; }

 p { color: rgb(252,85,248); }

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

background-color css

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

 a { background-color: rgb(252,85,248); }

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

border-color css

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

 span { border-color: rgb(252,85,248); }

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