Html Css Color HEX #F60481 Deep Pink

📋 copy color: '#F60481'

red 246 ◦ green 4 ◦ blue 129

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

Shades of Deep Pink #F60481

Tints of Deep Pink #F60481

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.06%

 BLUE value IS 129 (50.78% from 255) = 34.04%

R = 64.91%
G = 1.06%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F60481 (or 0xF60481) is known color: Deep Pink. HEX triplet: F6, 04 and 81. RGB value is (246,4,129). Sum of RGB (Red+Green+Blue) = 246+4+129=379 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.91% from 379); Green value is 4 (1.95% from 255 or 1.06% from 379); Blue value is 129 (50.78% from 255 or 34.04% from 379); Max value from RGB is 246 - color contains mainly: red. Hex color #F60481 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60481 is #09FB7E. Grayscale: #5A5A5A. Windows color (decimal): -654207 or 8455414. OLE color: 8455414.

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

Color convert

RGB 246 4 129 -
CMYK 0 0.98 0.48 0.04
HSL 329.01º 0.97% 0.49% -
HSV(B) 329.01º 0.98% 0.96% -
XYZ 42.01 21.26 22.66 -
YUV 90.61 149.67 238.84 -
System Red Green Blue C M Y K H S L
Decimal 246 4 129 0 0.98 0.48 0.04 329.01 0.97 0.49
Hex F6 4 81 0 62 30 4 149 61 31
Octal 366 4 201 0 142 60 4 511 141 61
Binary 11110110 100 10000001 0 1100010 110000 100 101001001 1100001 110001

Color Harmonies of #F60481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60481

Black with #F60481

Text Example


Text Example

White with #F60481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60481; }

 p { color: rgb(246,4,129); }

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

background-color css

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

 a { background-color: rgb(246,4,129); }

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

border-color css

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

 span { border-color: rgb(246,4,129); }

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