Html Css Color HEX #F60F7B Deep Pink

📋 copy color: '#F60F7B'

red 246 ◦ green 15 ◦ blue 123

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

Shades of Deep Pink #F60F7B

Tints of Deep Pink #F60F7B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.91%

 BLUE value IS 123 (48.44% from 255) = 32.03%

R = 64.06%
G = 3.91%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F60F7B (or 0xF60F7B) is known color: Deep Pink. HEX triplet: F6, 0F and 7B. RGB value is (246,15,123). Sum of RGB (Red+Green+Blue) = 246+15+123=384 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.06% from 384); Green value is 15 (6.25% from 255 or 3.91% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 246 - color contains mainly: red. Hex color #F60F7B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60F7B is #09F084. Grayscale: #606060. Windows color (decimal): -651397 or 8065014. OLE color: 8065014.

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

Color convert

RGB 246 15 123 -
CMYK 0 0.94 0.50 0.04
HSL 331.95º 0.93% 0.51% -
HSV(B) 331.95º 0.94% 0.96% -
XYZ 41.75 21.36 20.66 -
YUV 96.38 143.03 234.72 -
System Red Green Blue C M Y K H S L
Decimal 246 15 123 0 0.94 0.50 0.04 331.95 0.93 0.51
Hex F6 F 7B 0 5E 32 4 14C 5D 33
Octal 366 17 173 0 136 62 4 514 135 63
Binary 11110110 1111 1111011 0 1011110 110010 100 101001100 1011101 110011

Color Harmonies of #F60F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60F7B

Black with #F60F7B

Text Example


Text Example

White with #F60F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60F7B; }

 p { color: rgb(246,15,123); }

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

background-color css

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

 a { background-color: rgb(246,15,123); }

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

border-color css

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

 span { border-color: rgb(246,15,123); }

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