Html Css Color HEX #FC55F7 Pink Flamingo

📋 copy color: '#FC55F7'

red 252 ◦ green 85 ◦ blue 247

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

Shades of Pink Flamingo #FC55F7

Tints of Pink Flamingo #FC55F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 42.29%

R = 43.15%
G = 14.55%
B = 42.29%

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

#FC55F7 (or 0xFC55F7) is known color: Pink Flamingo. HEX triplet: FC, 55 and F7. RGB value is (252,85,247). Sum of RGB (Red+Green+Blue) = 252+85+247=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 85 (33.59% from 255 or 14.55% from 584); Blue value is 247 (96.88% from 255 or 42.29% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FC55F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC55F7 is #03AA08. Grayscale: #989898. Windows color (decimal): -240137 or 16209404. OLE color: 16209404.

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

Color convert

RGB 252 85 247 -
CMYK 0 0.66 0.02 0.01
HSL 301.8º 0.97% 0.66% -
HSV(B) 301.8º 0.66% 0.99% -
XYZ 60.18 33.91 91.37 -
YUV 153.4 180.83 198.33 -
System Red Green Blue C M Y K H S L
Decimal 252 85 247 0 0.66 0.02 0.01 301.8 0.97 0.66
Hex FC 55 F7 0 42 2 1 12E 61 42
Octal 374 125 367 0 102 2 1 456 141 102
Binary 11111100 1010101 11110111 0 1000010 10 1 100101110 1100001 1000010

Color Harmonies of #FC55F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC55F7

Black with #FC55F7

Text Example


Text Example

White with #FC55F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC55F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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