Html Css Color HEX #F60C81 Deep Pink

📋 copy color: '#F60C81'

red 246 ◦ green 12 ◦ blue 129

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

Shades of Deep Pink #F60C81

Tints of Deep Pink #F60C81

RGB

 RED value IS 246 (96.48% from 255) = 63.57%

 GREEN value IS 12 (5.08% from 255) = 3.1%

 BLUE value IS 129 (50.78% from 255) = 33.33%

R = 63.57%
G = 3.1%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F60C81 (or 0xF60C81) is known color: Deep Pink. HEX triplet: F6, 0C and 81. RGB value is (246,12,129). Sum of RGB (Red+Green+Blue) = 246+12+129=387 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.57% from 387); Green value is 12 (5.08% from 255 or 3.10% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 246 - color contains mainly: red. Hex color #F60C81 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60C81 is #09F37E. Grayscale: #5F5F5F. Windows color (decimal): -652159 or 8457462. OLE color: 8457462.

HSL color Cylindrical-coordinate representation of color #F60C81: hue angle of 330º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F60C81 is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 12 129 -
CMYK 0 0.95 0.48 0.04
HSL 330º 0.93% 0.51% -
HSV(B) 330º 0.95% 0.96% -
XYZ 42.1 21.44 22.69 -
YUV 95.3 147.02 235.49 -
System Red Green Blue C M Y K H S L
Decimal 246 12 129 0 0.95 0.48 0.04 330 0.93 0.51
Hex F6 C 81 0 5F 30 4 14A 5D 33
Octal 366 14 201 0 137 60 4 512 135 63
Binary 11110110 1100 10000001 0 1011111 110000 100 101001010 1011101 110011

Color Harmonies of #F60C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60C81

Black with #F60C81

Text Example


Text Example

White with #F60C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60C81; }

 p { color: rgb(246,12,129); }

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

background-color css

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

 a { background-color: rgb(246,12,129); }

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

border-color css

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

 span { border-color: rgb(246,12,129); }

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