Html Css Color HEX #F60C87 Deep Pink

📋 copy color: '#F60C87'

red 246 ◦ green 12 ◦ blue 135

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

Shades of Deep Pink #F60C87

Tints of Deep Pink #F60C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 34.35%

R = 62.6%
G = 3.05%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F60C87 (or 0xF60C87) is known color: Deep Pink. HEX triplet: F6, 0C and 87. RGB value is (246,12,135). Sum of RGB (Red+Green+Blue) = 246+12+135=393 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.60% from 393); Green value is 12 (5.08% from 255 or 3.05% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 246 - color contains mainly: red. Hex color #F60C87 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60C87 is #09F378. Grayscale: #5F5F5F. Windows color (decimal): -652153 or 8850678. OLE color: 8850678.

HSL color Cylindrical-coordinate representation of color #F60C87: hue angle of 328.46º 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 #F60C87 is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 12 135 -
CMYK 0 0.95 0.45 0.04
HSL 328.46º 0.93% 0.51% -
HSV(B) 328.46º 0.95% 0.96% -
XYZ 42.51 21.61 24.85 -
YUV 95.99 150.02 235 -
System Red Green Blue C M Y K H S L
Decimal 246 12 135 0 0.95 0.45 0.04 328.46 0.93 0.51
Hex F6 C 87 0 5F 2D 4 148 5D 33
Octal 366 14 207 0 137 55 4 510 135 63
Binary 11110110 1100 10000111 0 1011111 101101 100 101001000 1011101 110011

Color Harmonies of #F60C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60C87

Black with #F60C87

Text Example


Text Example

White with #F60C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60C87; }

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

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

background-color css

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

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

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

border-color css

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

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

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