Html Css Color HEX #FC45ED Pink Flamingo

📋 copy color: '#FC45ED'

red 252 ◦ green 69 ◦ blue 237

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

Shades of Pink Flamingo #FC45ED

Tints of Pink Flamingo #FC45ED

RGB

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

 GREEN value IS 69 (27.34% from 255) = 12.37%

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

R = 45.16%
G = 12.37%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC45ED (or 0xFC45ED) is known color: Pink Flamingo. HEX triplet: FC, 45 and ED. RGB value is (252,69,237). Sum of RGB (Red+Green+Blue) = 252+69+237=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 69 (27.34% from 255 or 12.37% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FC45ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC45ED is #03BA12. Grayscale: #8E8E8E. Windows color (decimal): -244243 or 15549948. OLE color: 15549948.

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

Color convert

RGB 252 69 237 -
CMYK 0 0.73 0.06 0.01
HSL 304.92º 0.97% 0.63% -
HSV(B) 304.92º 0.73% 0.99% -
XYZ 57.56 31.07 83.08 -
YUV 142.87 181.13 205.84 -
System Red Green Blue C M Y K H S L
Decimal 252 69 237 0 0.73 0.06 0.01 304.92 0.97 0.63
Hex FC 45 ED 0 49 6 1 131 61 3F
Octal 374 105 355 0 111 6 1 461 141 77
Binary 11111100 1000101 11101101 0 1001001 110 1 100110001 1100001 111111

Color Harmonies of #FC45ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC45ED

Black with #FC45ED

Text Example


Text Example

White with #FC45ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC45ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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