Html Css Color HEX #FC5CFC Pink Flamingo

📋 copy color: '#FC5CFC'

red 252 ◦ green 92 ◦ blue 252

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

Shades of Pink Flamingo #FC5CFC

Tints of Pink Flamingo #FC5CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.28%

R = 42.28%
G = 15.44%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC5CFC (or 0xFC5CFC) is known color: Pink Flamingo. HEX triplet: FC, 5C and FC. RGB value is (252,92,252). Sum of RGB (Red+Green+Blue) = 252+92+252=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 92 (36.33% from 255 or 15.44% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC5CFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5CFC is #03A303. Grayscale: #9D9D9D. Windows color (decimal): -238340 or 16538876. OLE color: 16538876.

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

Color convert

RGB 252 92 252 -
CMYK 0 0.63 0 0.01
HSL 300º 0.96% 0.67% -
HSV(B) 300º 0.63% 0.99% -
XYZ 61.54 35.38 95.68 -
YUV 158.08 181.01 194.99 -
System Red Green Blue C M Y K H S L
Decimal 252 92 252 0 0.63 0 0.01 300 0.96 0.67
Hex FC 5C FC 0 3F 0 1 12C 60 43
Octal 374 134 374 0 77 0 1 454 140 103
Binary 11111100 1011100 11111100 0 111111 0 1 100101100 1100000 1000011

Color Harmonies of #FC5CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5CFC

Black with #FC5CFC

Text Example


Text Example

White with #FC5CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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