Html Css Color HEX #FC60FF Pink Flamingo

📋 copy color: '#FC60FF'

red 252 ◦ green 96 ◦ blue 255

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

Shades of Pink Flamingo #FC60FF

Tints of Pink Flamingo #FC60FF

RGB

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

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

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

R = 41.79%
G = 15.92%
B = 42.29%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC60FF (or 0xFC60FF) is known color: Pink Flamingo. HEX triplet: FC, 60 and FF. RGB value is (252,96,255). Sum of RGB (Red+Green+Blue) = 252+96+255=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 96 (37.89% from 255 or 15.92% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC60FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC60FF is #039F00. Grayscale: #A0A0A0. Windows color (decimal): -237313 or 16736508. OLE color: 16736508.

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

Color convert

RGB 252 96 255 -
CMYK 0.01 0.62 0 0
HSL 298.87º 1% 0.69% -
HSV(B) 298.87º 0.62% 1% -
XYZ 62.38 36.28 98.32 -
YUV 160.77 181.18 193.07 -
System Red Green Blue C M Y K H S L
Decimal 252 96 255 0.01 0.62 0 0 298.87 1 0.69
Hex FC 60 FF 1 3E 0 0 12B 64 45
Octal 374 140 377 1 76 0 0 453 144 105
Binary 11111100 1100000 11111111 1 111110 0 0 100101011 1100100 1000101

Color Harmonies of #FC60FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC60FF

Black with #FC60FF

Text Example


Text Example

White with #FC60FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC60FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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