Html Css Color HEX #F60C85 Deep Pink

📋 copy color: '#F60C85'

red 246 ◦ green 12 ◦ blue 133

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

Shades of Deep Pink #F60C85

Tints of Deep Pink #F60C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.02%

R = 62.92%
G = 3.07%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F60C85 (or 0xF60C85) is known color: Deep Pink. HEX triplet: F6, 0C and 85. RGB value is (246,12,133). Sum of RGB (Red+Green+Blue) = 246+12+133=391 (51% of max value = 765). Red value is 246 (96.48% from 255 or 62.92% from 391); Green value is 12 (5.08% from 255 or 3.07% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 246 - color contains mainly: red. Hex color #F60C85 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60C85 is #09F37A. Grayscale: #5F5F5F. Windows color (decimal): -652155 or 8719606. OLE color: 8719606.

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

Color convert

RGB 246 12 133 -
CMYK 0 0.95 0.46 0.04
HSL 328.97º 0.93% 0.51% -
HSV(B) 328.97º 0.95% 0.96% -
XYZ 42.37 21.55 24.12 -
YUV 95.76 149.02 235.16 -
System Red Green Blue C M Y K H S L
Decimal 246 12 133 0 0.95 0.46 0.04 328.97 0.93 0.51
Hex F6 C 85 0 5F 2E 4 149 5D 33
Octal 366 14 205 0 137 56 4 511 135 63
Binary 11110110 1100 10000101 0 1011111 101110 100 101001001 1011101 110011

Color Harmonies of #F60C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60C85

Black with #F60C85

Text Example


Text Example

White with #F60C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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