Html Css Color HEX #F60381 Deep Pink

📋 copy color: '#F60381'

red 246 ◦ green 3 ◦ blue 129

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

Shades of Deep Pink #F60381

Tints of Deep Pink #F60381

RGB

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

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

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

R = 65.08%
G = 0.79%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F60381 (or 0xF60381) is known color: Deep Pink. HEX triplet: F6, 03 and 81. RGB value is (246,3,129). Sum of RGB (Red+Green+Blue) = 246+3+129=378 (50% of max value = 765). Red value is 246 (96.48% from 255 or 65.08% from 378); Green value is 3 (1.56% from 255 or 0.79% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 246 - color contains mainly: red. Hex color #F60381 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60381 is #09FC7E. Grayscale: #595959. Windows color (decimal): -654463 or 8455158. OLE color: 8455158.

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

Color convert

RGB 246 3 129 -
CMYK 0 0.99 0.48 0.04
HSL 328.89º 0.98% 0.49% -
HSV(B) 328.89º 0.99% 0.96% -
XYZ 42 21.24 22.66 -
YUV 90.02 150.01 239.25 -
System Red Green Blue C M Y K H S L
Decimal 246 3 129 0 0.99 0.48 0.04 328.89 0.98 0.49
Hex F6 3 81 0 63 30 4 149 62 31
Octal 366 3 201 0 143 60 4 511 142 61
Binary 11110110 11 10000001 0 1100011 110000 100 101001001 1100010 110001

Color Harmonies of #F60381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60381

Black with #F60381

Text Example


Text Example

White with #F60381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60381; }

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

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

background-color css

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

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

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

border-color css

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

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

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