Html Css Color HEX #FC5CF8 Pink Flamingo

📋 copy color: '#FC5CF8'

red 252 ◦ green 92 ◦ blue 248

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

Shades of Pink Flamingo #FC5CF8

Tints of Pink Flamingo #FC5CF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 41.89%

R = 42.57%
G = 15.54%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FC5CF8 (or 0xFC5CF8) is known color: Pink Flamingo. HEX triplet: FC, 5C and F8. RGB value is (252,92,248). Sum of RGB (Red+Green+Blue) = 252+92+248=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 92 (36.33% from 255 or 15.54% from 592); Blue value is 248 (97.27% from 255 or 41.89% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5CF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5CF8 is #03A307. Grayscale: #9D9D9D. Windows color (decimal): -238344 or 16276732. OLE color: 16276732.

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

Color convert

RGB 252 92 248 -
CMYK 0 0.63 0.02 0.01
HSL 301.5º 0.96% 0.67% -
HSV(B) 301.5º 0.63% 0.99% -
XYZ 60.92 35.13 92.38 -
YUV 157.62 179.01 195.32 -
System Red Green Blue C M Y K H S L
Decimal 252 92 248 0 0.63 0.02 0.01 301.5 0.96 0.67
Hex FC 5C F8 0 3F 2 1 12E 60 43
Octal 374 134 370 0 77 2 1 456 140 103
Binary 11111100 1011100 11111000 0 111111 10 1 100101110 1100000 1000011

Color Harmonies of #FC5CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5CF8

Black with #FC5CF8

Text Example


Text Example

White with #FC5CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5CF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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