Html Css Color HEX #F60C7F Deep Pink

📋 copy color: '#F60C7F'

red 246 ◦ green 12 ◦ blue 127

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

Shades of Deep Pink #F60C7F

Tints of Deep Pink #F60C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.99%

R = 63.9%
G = 3.12%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F60C7F (or 0xF60C7F) is known color: Deep Pink. HEX triplet: F6, 0C and 7F. RGB value is (246,12,127). Sum of RGB (Red+Green+Blue) = 246+12+127=385 (50% of max value = 765). Red value is 246 (96.48% from 255 or 63.90% from 385); Green value is 12 (5.08% from 255 or 3.12% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 246 - color contains mainly: red. Hex color #F60C7F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60C7F is #09F380. Grayscale: #5E5E5E. Windows color (decimal): -652161 or 8326390. OLE color: 8326390.

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

Color convert

RGB 246 12 127 -
CMYK 0 0.95 0.48 0.04
HSL 330.51º 0.93% 0.51% -
HSV(B) 330.51º 0.95% 0.96% -
XYZ 41.97 21.39 22 -
YUV 95.08 146.02 235.65 -
System Red Green Blue C M Y K H S L
Decimal 246 12 127 0 0.95 0.48 0.04 330.51 0.93 0.51
Hex F6 C 7F 0 5F 30 4 14B 5D 33
Octal 366 14 177 0 137 60 4 513 135 63
Binary 11110110 1100 1111111 0 1011111 110000 100 101001011 1011101 110011

Color Harmonies of #F60C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60C7F

Black with #F60C7F

Text Example


Text Example

White with #F60C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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