Html Css Color HEX #F60B8B Deep Pink

📋 copy color: '#F60B8B'

red 246 ◦ green 11 ◦ blue 139

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

Shades of Deep Pink #F60B8B

Tints of Deep Pink #F60B8B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.78%

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

R = 62.12%
G = 2.78%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F60B8B (or 0xF60B8B) is known color: Deep Pink. HEX triplet: F6, 0B and 8B. RGB value is (246,11,139). Sum of RGB (Red+Green+Blue) = 246+11+139=396 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.12% from 396); Green value is 11 (4.69% from 255 or 2.78% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 246 - color contains mainly: red. Hex color #F60B8B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60B8B is #09F474. Grayscale: #5F5F5F. Windows color (decimal): -652405 or 9112566. OLE color: 9112566.

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

Color convert

RGB 246 11 139 -
CMYK 0 0.96 0.43 0.04
HSL 327.32º 0.93% 0.5% -
HSV(B) 327.32º 0.96% 0.96% -
XYZ 42.79 21.7 26.36 -
YUV 95.86 152.36 235.09 -
System Red Green Blue C M Y K H S L
Decimal 246 11 139 0 0.96 0.43 0.04 327.32 0.93 0.5
Hex F6 B 8B 0 60 2B 4 147 5D 32
Octal 366 13 213 0 140 53 4 507 135 62
Binary 11110110 1011 10001011 0 1100000 101011 100 101000111 1011101 110010

Color Harmonies of #F60B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60B8B

Black with #F60B8B

Text Example


Text Example

White with #F60B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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