Html Css Color HEX #F60281 Deep Pink

📋 copy color: '#F60281'

red 246 ◦ green 2 ◦ blue 129

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

Shades of Deep Pink #F60281

Tints of Deep Pink #F60281

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

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

R = 65.25%
G = 0.53%
B = 34.22%

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

#F60281 (or 0xF60281) is known color: Deep Pink. HEX triplet: F6, 02 and 81. RGB value is (246,2,129). Sum of RGB (Red+Green+Blue) = 246+2+129=377 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.25% from 377); Green value is 2 (1.17% from 255 or 0.53% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 246 - color contains mainly: red. Hex color #F60281 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60281 is #09FD7E. Grayscale: #595959. Windows color (decimal): -654719 or 8454902. OLE color: 8454902.

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

Color convert

RGB 246 2 129 -
CMYK 0 0.99 0.48 0.04
HSL 328.77º 0.98% 0.49% -
HSV(B) 328.77º 0.99% 0.96% -
XYZ 41.99 21.22 22.65 -
YUV 89.43 150.34 239.67 -
System Red Green Blue C M Y K H S L
Decimal 246 2 129 0 0.99 0.48 0.04 328.77 0.98 0.49
Hex F6 2 81 0 63 30 4 149 62 31
Octal 366 2 201 0 143 60 4 511 142 61
Binary 11110110 10 10000001 0 1100011 110000 100 101001001 1100010 110001

Color Harmonies of #F60281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60281

Black with #F60281

Text Example


Text Example

White with #F60281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60281; }

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

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

background-color css

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

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

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

border-color css

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

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

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