Html Css Color HEX #F60C98 Deep Pink

📋 copy color: '#F60C98'

red 246 ◦ green 12 ◦ blue 152

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

Shades of Deep Pink #F60C98

Tints of Deep Pink #F60C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.07%

R = 60%
G = 2.93%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F60C98 (or 0xF60C98) is known color: Deep Pink. HEX triplet: F6, 0C and 98. RGB value is (246,12,152). Sum of RGB (Red+Green+Blue) = 246+12+152=410 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60% from 410); Green value is 12 (5.08% from 255 or 2.93% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 246 - color contains mainly: red. Hex color #F60C98 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60C98 is #09F367. Grayscale: #616161. Windows color (decimal): -652136 or 9964790. OLE color: 9964790.

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

Color convert

RGB 246 12 152 -
CMYK 0 0.95 0.38 0.04
HSL 324.1º 0.93% 0.51% -
HSV(B) 324.1º 0.95% 0.96% -
XYZ 43.81 22.12 31.67 -
YUV 97.93 158.52 233.62 -
System Red Green Blue C M Y K H S L
Decimal 246 12 152 0 0.95 0.38 0.04 324.1 0.93 0.51
Hex F6 C 98 0 5F 26 4 144 5D 33
Octal 366 14 230 0 137 46 4 504 135 63
Binary 11110110 1100 10011000 0 1011111 100110 100 101000100 1011101 110011

Color Harmonies of #F60C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60C98

Black with #F60C98

Text Example


Text Example

White with #F60C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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