Html Css Color HEX #FC60FC Pink Flamingo

📋 copy color: '#FC60FC'

red 252 ◦ green 96 ◦ blue 252

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

Shades of Pink Flamingo #FC60FC

Tints of Pink Flamingo #FC60FC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 16%

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

R = 42%
G = 16%
B = 42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC60FC (or 0xFC60FC) is known color: Pink Flamingo. HEX triplet: FC, 60 and FC. RGB value is (252,96,252). Sum of RGB (Red+Green+Blue) = 252+96+252=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 96 (37.89% from 255 or 16% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC60FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC60FC is #039F03. Grayscale: #9F9F9F. Windows color (decimal): -237316 or 16539900. OLE color: 16539900.

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

Color convert

RGB 252 96 252 -
CMYK 0 0.62 0 0.01
HSL 300º 0.96% 0.68% -
HSV(B) 300º 0.62% 0.99% -
XYZ 61.9 36.09 95.8 -
YUV 160.43 179.68 193.32 -
System Red Green Blue C M Y K H S L
Decimal 252 96 252 0 0.62 0 0.01 300 0.96 0.68
Hex FC 60 FC 0 3E 0 1 12C 60 44
Octal 374 140 374 0 76 0 1 454 140 104
Binary 11111100 1100000 11111100 0 111110 0 1 100101100 1100000 1000100

Color Harmonies of #FC60FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC60FC

Black with #FC60FC

Text Example


Text Example

White with #FC60FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC60FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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