Html Css Color HEX #F60287 Deep Pink

📋 copy color: '#F60287'

red 246 ◦ green 2 ◦ blue 135

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

Shades of Deep Pink #F60287

Tints of Deep Pink #F60287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 35.25%

R = 64.23%
G = 0.52%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F60287 (or 0xF60287) is known color: Deep Pink. HEX triplet: F6, 02 and 87. RGB value is (246,2,135). Sum of RGB (Red+Green+Blue) = 246+2+135=383 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.23% from 383); Green value is 2 (1.17% from 255 or 0.52% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 246 - color contains mainly: red. Hex color #F60287 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60287 is #09FD78. Grayscale: #595959. Windows color (decimal): -654713 or 8848118. OLE color: 8848118.

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

Color convert

RGB 246 2 135 -
CMYK 0 0.99 0.45 0.04
HSL 327.3º 0.98% 0.49% -
HSV(B) 327.3º 0.99% 0.96% -
XYZ 42.4 21.39 24.81 -
YUV 90.12 153.34 239.19 -
System Red Green Blue C M Y K H S L
Decimal 246 2 135 0 0.99 0.45 0.04 327.3 0.98 0.49
Hex F6 2 87 0 63 2D 4 147 62 31
Octal 366 2 207 0 143 55 4 507 142 61
Binary 11110110 10 10000111 0 1100011 101101 100 101000111 1100010 110001

Color Harmonies of #F60287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60287

Black with #F60287

Text Example


Text Example

White with #F60287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60287; }

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

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

background-color css

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

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

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

border-color css

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

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

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