Html Css Color HEX #FC5FFF Pink Flamingo

📋 copy color: '#FC5FFF'

red 252 ◦ green 95 ◦ blue 255

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

Shades of Pink Flamingo #FC5FFF

Tints of Pink Flamingo #FC5FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.36%

R = 41.86%
G = 15.78%
B = 42.36%

CMYK

 C value IS 0.01

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC5FFF (or 0xFC5FFF) is known color: Pink Flamingo. HEX triplet: FC, 5F and FF. RGB value is (252,95,255). Sum of RGB (Red+Green+Blue) = 252+95+255=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 95 (37.5% from 255 or 15.78% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC5FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5FFF is #03A000. Grayscale: #9F9F9F. Windows color (decimal): -237569 or 16736252. OLE color: 16736252.

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

Color convert

RGB 252 95 255 -
CMYK 0.01 0.63 0 0
HSL 298.88º 1% 0.69% -
HSV(B) 298.88º 0.63% 1% -
XYZ 62.29 36.1 98.29 -
YUV 160.18 181.51 193.49 -
System Red Green Blue C M Y K H S L
Decimal 252 95 255 0.01 0.63 0 0 298.88 1 0.69
Hex FC 5F FF 1 3F 0 0 12B 64 45
Octal 374 137 377 1 77 0 0 453 144 105
Binary 11111100 1011111 11111111 1 111111 0 0 100101011 1100100 1000101

Color Harmonies of #FC5FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5FFF

Black with #FC5FFF

Text Example


Text Example

White with #FC5FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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