Html Css Color HEX #FC55FA Pink Flamingo

📋 copy color: '#FC55FA'

red 252 ◦ green 85 ◦ blue 250

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

Shades of Pink Flamingo #FC55FA

Tints of Pink Flamingo #FC55FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.59%

R = 42.93%
G = 14.48%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC55FA (or 0xFC55FA) is known color: Pink Flamingo. HEX triplet: FC, 55 and FA. RGB value is (252,85,250). Sum of RGB (Red+Green+Blue) = 252+85+250=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 85 (33.59% from 255 or 14.48% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FC55FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC55FA is #03AA05. Grayscale: #999999. Windows color (decimal): -240134 or 16406012. OLE color: 16406012.

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

Color convert

RGB 252 85 250 -
CMYK 0 0.66 0.01 0.01
HSL 300.72º 0.97% 0.66% -
HSV(B) 300.72º 0.66% 0.99% -
XYZ 60.65 34.09 93.83 -
YUV 153.74 182.33 198.08 -
System Red Green Blue C M Y K H S L
Decimal 252 85 250 0 0.66 0.01 0.01 300.72 0.97 0.66
Hex FC 55 FA 0 42 1 1 12D 61 42
Octal 374 125 372 0 102 1 1 455 141 102
Binary 11111100 1010101 11111010 0 1000010 1 1 100101101 1100001 1000010

Color Harmonies of #FC55FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC55FA

Black with #FC55FA

Text Example


Text Example

White with #FC55FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC55FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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