Html Css Color HEX #FC55F2 Pink Flamingo

📋 copy color: '#FC55F2'

red 252 ◦ green 85 ◦ blue 242

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

Shades of Pink Flamingo #FC55F2

Tints of Pink Flamingo #FC55F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.8%

R = 43.52%
G = 14.68%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FC55F2 (or 0xFC55F2) is known color: Pink Flamingo. HEX triplet: FC, 55 and F2. RGB value is (252,85,242). Sum of RGB (Red+Green+Blue) = 252+85+242=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 85 (33.59% from 255 or 14.68% from 579); Blue value is 242 (94.92% from 255 or 41.80% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FC55F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC55F2 is #03AA0D. Grayscale: #989898. Windows color (decimal): -240142 or 15881724. OLE color: 15881724.

HSL color Cylindrical-coordinate representation of color #FC55F2: hue angle of 303.59º 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 #FC55F2 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 85 242 -
CMYK 0 0.66 0.04 0.01
HSL 303.59º 0.97% 0.66% -
HSV(B) 303.59º 0.66% 0.99% -
XYZ 59.42 33.6 87.36 -
YUV 152.83 178.33 198.73 -
System Red Green Blue C M Y K H S L
Decimal 252 85 242 0 0.66 0.04 0.01 303.59 0.97 0.66
Hex FC 55 F2 0 42 4 1 130 61 42
Octal 374 125 362 0 102 4 1 460 141 102
Binary 11111100 1010101 11110010 0 1000010 100 1 100110000 1100001 1000010

Color Harmonies of #FC55F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC55F2

Black with #FC55F2

Text Example


Text Example

White with #FC55F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC55F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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