Html Css Color HEX #FC55ED Pink Flamingo

📋 copy color: '#FC55ED'

red 252 ◦ green 85 ◦ blue 237

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

Shades of Pink Flamingo #FC55ED

Tints of Pink Flamingo #FC55ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.29%

R = 43.9%
G = 14.81%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC55ED (or 0xFC55ED) is known color: Pink Flamingo. HEX triplet: FC, 55 and ED. RGB value is (252,85,237). Sum of RGB (Red+Green+Blue) = 252+85+237=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 85 (33.59% from 255 or 14.81% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FC55ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC55ED is #03AA12. Grayscale: #979797. Windows color (decimal): -240147 or 15554044. OLE color: 15554044.

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

Color convert

RGB 252 85 237 -
CMYK 0 0.66 0.06 0.01
HSL 305.39º 0.97% 0.66% -
HSV(B) 305.39º 0.66% 0.99% -
XYZ 58.68 33.31 83.46 -
YUV 152.26 175.83 199.14 -
System Red Green Blue C M Y K H S L
Decimal 252 85 237 0 0.66 0.06 0.01 305.39 0.97 0.66
Hex FC 55 ED 0 42 6 1 131 61 42
Octal 374 125 355 0 102 6 1 461 141 102
Binary 11111100 1010101 11101101 0 1000010 110 1 100110001 1100001 1000010

Color Harmonies of #FC55ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC55ED

Black with #FC55ED

Text Example


Text Example

White with #FC55ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC55ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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