Html Css Color HEX #F60378 Deep Pink

📋 copy color: '#F60378'

red 246 ◦ green 3 ◦ blue 120

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

Shades of Deep Pink #F60378

Tints of Deep Pink #F60378

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.81%

 BLUE value IS 120 (47.27% from 255) = 32.52%

R = 66.67%
G = 0.81%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F60378 (or 0xF60378) is known color: Deep Pink. HEX triplet: F6, 03 and 78. RGB value is (246,3,120). Sum of RGB (Red+Green+Blue) = 246+3+120=369 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.67% from 369); Green value is 3 (1.56% from 255 or 0.81% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 246 - color contains mainly: red. Hex color #F60378 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60378 is #09FC87. Grayscale: #585858. Windows color (decimal): -654472 or 7865334. OLE color: 7865334.

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

Color convert

RGB 246 3 120 -
CMYK 0 0.99 0.51 0.04
HSL 331.11º 0.98% 0.49% -
HSV(B) 331.11º 0.99% 0.96% -
XYZ 41.43 21.01 19.64 -
YUV 89 145.51 239.99 -
System Red Green Blue C M Y K H S L
Decimal 246 3 120 0 0.99 0.51 0.04 331.11 0.98 0.49
Hex F6 3 78 0 63 33 4 14B 62 31
Octal 366 3 170 0 143 63 4 513 142 61
Binary 11110110 11 1111000 0 1100011 110011 100 101001011 1100010 110001

Color Harmonies of #F60378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60378

Black with #F60378

Text Example


Text Example

White with #F60378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60378; }

 p { color: rgb(246,3,120); }

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

background-color css

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

 a { background-color: rgb(246,3,120); }

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

border-color css

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

 span { border-color: rgb(246,3,120); }

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