Html Css Color HEX #F6028B Deep Pink

📋 copy color: '#F6028B'

red 246 ◦ green 2 ◦ blue 139

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

Shades of Deep Pink #F6028B

Tints of Deep Pink #F6028B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.92%

R = 63.57%
G = 0.52%
B = 35.92%

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

#F6028B (or 0xF6028B) is known color: Deep Pink. HEX triplet: F6, 02 and 8B. RGB value is (246,2,139). Sum of RGB (Red+Green+Blue) = 246+2+139=387 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.57% from 387); Green value is 2 (1.17% from 255 or 0.52% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 246 - color contains mainly: red. Hex color #F6028B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6028B is #09FD74. Grayscale: #5A5A5A. Windows color (decimal): -654709 or 9110262. OLE color: 9110262.

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

Color convert

RGB 246 2 139 -
CMYK 0 0.99 0.43 0.04
HSL 326.31º 0.98% 0.49% -
HSV(B) 326.31º 0.99% 0.96% -
XYZ 42.69 21.5 26.33 -
YUV 90.57 155.34 238.86 -
System Red Green Blue C M Y K H S L
Decimal 246 2 139 0 0.99 0.43 0.04 326.31 0.98 0.49
Hex F6 2 8B 0 63 2B 4 146 62 31
Octal 366 2 213 0 143 53 4 506 142 61
Binary 11110110 10 10001011 0 1100011 101011 100 101000110 1100010 110001

Color Harmonies of #F6028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6028B

Black with #F6028B

Text Example


Text Example

White with #F6028B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6028B; }

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

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

background-color css

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

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

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

border-color css

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

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

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