Html Css Color HEX #F60C7A Deep Pink

📋 copy color: '#F60C7A'

red 246 ◦ green 12 ◦ blue 122

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

Shades of Deep Pink #F60C7A

Tints of Deep Pink #F60C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.11%

R = 64.74%
G = 3.16%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F60C7A (or 0xF60C7A) is known color: Deep Pink. HEX triplet: F6, 0C and 7A. RGB value is (246,12,122). Sum of RGB (Red+Green+Blue) = 246+12+122=380 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.74% from 380); Green value is 12 (5.08% from 255 or 3.16% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 246 - color contains mainly: red. Hex color #F60C7A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60C7A is #09F385. Grayscale: #5E5E5E. Windows color (decimal): -652166 or 7998710. OLE color: 7998710.

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

Color convert

RGB 246 12 122 -
CMYK 0 0.95 0.50 0.04
HSL 331.79º 0.93% 0.51% -
HSV(B) 331.79º 0.95% 0.96% -
XYZ 41.65 21.26 20.32 -
YUV 94.51 143.52 236.06 -
System Red Green Blue C M Y K H S L
Decimal 246 12 122 0 0.95 0.50 0.04 331.79 0.93 0.51
Hex F6 C 7A 0 5F 32 4 14C 5D 33
Octal 366 14 172 0 137 62 4 514 135 63
Binary 11110110 1100 1111010 0 1011111 110010 100 101001100 1011101 110011

Color Harmonies of #F60C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60C7A

Black with #F60C7A

Text Example


Text Example

White with #F60C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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