Html Css Color HEX #F6028C Deep Pink

📋 copy color: '#F6028C'

red 246 ◦ green 2 ◦ blue 140

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

Shades of Deep Pink #F6028C

Tints of Deep Pink #F6028C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.08%

R = 63.4%
G = 0.52%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F6028C (or 0xF6028C) is known color: Deep Pink. HEX triplet: F6, 02 and 8C. RGB value is (246,2,140). Sum of RGB (Red+Green+Blue) = 246+2+140=388 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.40% from 388); Green value is 2 (1.17% from 255 or 0.52% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 246 - color contains mainly: red. Hex color #F6028C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6028C is #09FD73. Grayscale: #5A5A5A. Windows color (decimal): -654708 or 9175798. OLE color: 9175798.

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

Color convert

RGB 246 2 140 -
CMYK 0 0.99 0.43 0.04
HSL 326.07º 0.98% 0.49% -
HSV(B) 326.07º 0.99% 0.96% -
XYZ 42.76 21.53 26.71 -
YUV 90.69 155.84 238.78 -
System Red Green Blue C M Y K H S L
Decimal 246 2 140 0 0.99 0.43 0.04 326.07 0.98 0.49
Hex F6 2 8C 0 63 2B 4 146 62 31
Octal 366 2 214 0 143 53 4 506 142 61
Binary 11110110 10 10001100 0 1100011 101011 100 101000110 1100010 110001

Color Harmonies of #F6028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6028C

Black with #F6028C

Text Example


Text Example

White with #F6028C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6028C; }

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

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

background-color css

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

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

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

border-color css

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

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

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