Html Css Color HEX #FC5FED Pink Flamingo

📋 copy color: '#FC5FED'

red 252 ◦ green 95 ◦ blue 237

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

Shades of Pink Flamingo #FC5FED

Tints of Pink Flamingo #FC5FED

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.27%

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

R = 43.15%
G = 16.27%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC5FED (or 0xFC5FED) is known color: Pink Flamingo. HEX triplet: FC, 5F and ED. RGB value is (252,95,237). Sum of RGB (Red+Green+Blue) = 252+95+237=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 95 (37.5% from 255 or 16.27% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5FED is #03A012. Grayscale: #9D9D9D. Windows color (decimal): -237587 or 15556604. OLE color: 15556604.

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

Color convert

RGB 252 95 237 -
CMYK 0 0.62 0.06 0.01
HSL 305.73º 0.96% 0.68% -
HSV(B) 305.73º 0.62% 0.99% -
XYZ 59.52 34.99 83.74 -
YUV 158.13 172.51 194.95 -
System Red Green Blue C M Y K H S L
Decimal 252 95 237 0 0.62 0.06 0.01 305.73 0.96 0.68
Hex FC 5F ED 0 3E 6 1 132 60 44
Octal 374 137 355 0 76 6 1 462 140 104
Binary 11111100 1011111 11101101 0 111110 110 1 100110010 1100000 1000100

Color Harmonies of #FC5FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5FED

Black with #FC5FED

Text Example


Text Example

White with #FC5FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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