Html Css Color HEX #FC5CEF Pink Flamingo

📋 copy color: '#FC5CEF'

red 252 ◦ green 92 ◦ blue 239

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

Shades of Pink Flamingo #FC5CEF

Tints of Pink Flamingo #FC5CEF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 15.78%

 BLUE value IS 239 (93.75% from 255) = 40.99%

R = 43.22%
G = 15.78%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC5CEF (or 0xFC5CEF) is known color: Pink Flamingo. HEX triplet: FC, 5C and EF. RGB value is (252,92,239). Sum of RGB (Red+Green+Blue) = 252+92+239=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 92 (36.33% from 255 or 15.78% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5CEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5CEF is #03A310. Grayscale: #9C9C9C. Windows color (decimal): -238353 or 15686908. OLE color: 15686908.

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

Color convert

RGB 252 92 239 -
CMYK 0 0.63 0.05 0.01
HSL 304.88º 0.96% 0.67% -
HSV(B) 304.88º 0.63% 0.99% -
XYZ 59.55 34.58 85.2 -
YUV 156.6 174.51 196.05 -
System Red Green Blue C M Y K H S L
Decimal 252 92 239 0 0.63 0.05 0.01 304.88 0.96 0.67
Hex FC 5C EF 0 3F 5 1 131 60 43
Octal 374 134 357 0 77 5 1 461 140 103
Binary 11111100 1011100 11101111 0 111111 101 1 100110001 1100000 1000011

Color Harmonies of #FC5CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5CEF

Black with #FC5CEF

Text Example


Text Example

White with #FC5CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5CEF; }

 p { color: rgb(252,92,239); }

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

background-color css

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

 a { background-color: rgb(252,92,239); }

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

border-color css

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

 span { border-color: rgb(252,92,239); }

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