Html Css Color HEX #F60C8B Deep Pink

📋 copy color: '#F60C8B'

red 246 ◦ green 12 ◦ blue 139

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

Shades of Deep Pink #F60C8B

Tints of Deep Pink #F60C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.01%

R = 61.96%
G = 3.02%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F60C8B (or 0xF60C8B) is known color: Deep Pink. HEX triplet: F6, 0C and 8B. RGB value is (246,12,139). Sum of RGB (Red+Green+Blue) = 246+12+139=397 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.96% from 397); Green value is 12 (5.08% from 255 or 3.02% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 246 - color contains mainly: red. Hex color #F60C8B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60C8B is #09F374. Grayscale: #606060. Windows color (decimal): -652149 or 9112822. OLE color: 9112822.

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

Color convert

RGB 246 12 139 -
CMYK 0 0.95 0.43 0.04
HSL 327.44º 0.93% 0.51% -
HSV(B) 327.44º 0.95% 0.96% -
XYZ 42.8 21.72 26.36 -
YUV 96.44 152.02 234.67 -
System Red Green Blue C M Y K H S L
Decimal 246 12 139 0 0.95 0.43 0.04 327.44 0.93 0.51
Hex F6 C 8B 0 5F 2B 4 147 5D 33
Octal 366 14 213 0 137 53 4 507 135 63
Binary 11110110 1100 10001011 0 1011111 101011 100 101000111 1011101 110011

Color Harmonies of #F60C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60C8B

Black with #F60C8B

Text Example


Text Example

White with #F60C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60C8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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