Html Css Color HEX #FC60FA Pink Flamingo

📋 copy color: '#FC60FA'

red 252 ◦ green 96 ◦ blue 250

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

Shades of Pink Flamingo #FC60FA

Tints of Pink Flamingo #FC60FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.81%

R = 42.14%
G = 16.05%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC60FA (or 0xFC60FA) is known color: Pink Flamingo. HEX triplet: FC, 60 and FA. RGB value is (252,96,250). Sum of RGB (Red+Green+Blue) = 252+96+250=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 96 (37.89% from 255 or 16.05% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FC60FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC60FA is #039F05. Grayscale: #9F9F9F. Windows color (decimal): -237318 or 16408828. OLE color: 16408828.

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

Color convert

RGB 252 96 250 -
CMYK 0 0.62 0.01 0.01
HSL 300.77º 0.96% 0.68% -
HSV(B) 300.77º 0.62% 0.99% -
XYZ 61.58 35.96 94.14 -
YUV 160.2 178.68 193.48 -
System Red Green Blue C M Y K H S L
Decimal 252 96 250 0 0.62 0.01 0.01 300.77 0.96 0.68
Hex FC 60 FA 0 3E 1 1 12D 60 44
Octal 374 140 372 0 76 1 1 455 140 104
Binary 11111100 1100000 11111010 0 111110 1 1 100101101 1100000 1000100

Color Harmonies of #FC60FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC60FA

Black with #FC60FA

Text Example


Text Example

White with #FC60FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC60FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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