Html Css Color HEX #FC60FE Pink Flamingo

📋 copy color: '#FC60FE'

red 252 ◦ green 96 ◦ blue 254

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

Shades of Pink Flamingo #FC60FE

Tints of Pink Flamingo #FC60FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.19%

R = 41.86%
G = 15.95%
B = 42.19%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FC60FE (or 0xFC60FE) is known color: Pink Flamingo. HEX triplet: FC, 60 and FE. RGB value is (252,96,254). Sum of RGB (Red+Green+Blue) = 252+96+254=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 96 (37.89% from 255 or 15.95% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC60FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC60FE is #039F01. Grayscale: #A0A0A0. Windows color (decimal): -237314 or 16670972. OLE color: 16670972.

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

Color convert

RGB 252 96 254 -
CMYK 0.01 0.62 0 0.00
HSL 299.24º 0.99% 0.69% -
HSV(B) 299.24º 0.62% 1% -
XYZ 62.22 36.22 97.48 -
YUV 160.66 180.68 193.15 -
System Red Green Blue C M Y K H S L
Decimal 252 96 254 0.01 0.62 0 0.00 299.24 0.99 0.69
Hex FC 60 FE 1 3E 0 0 12B 63 45
Octal 374 140 376 1 76 0 0 453 143 105
Binary 11111100 1100000 11111110 1 111110 0 0 100101011 1100011 1000101

Color Harmonies of #FC60FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC60FE

Black with #FC60FE

Text Example


Text Example

White with #FC60FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC60FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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