Html Css Color HEX #F6027F Deep Pink

📋 copy color: '#F6027F'

red 246 ◦ green 2 ◦ blue 127

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

Shades of Deep Pink #F6027F

Tints of Deep Pink #F6027F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.87%

R = 65.6%
G = 0.53%
B = 33.87%

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

#F6027F (or 0xF6027F) is known color: Deep Pink. HEX triplet: F6, 02 and 7F. RGB value is (246,2,127). Sum of RGB (Red+Green+Blue) = 246+2+127=375 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.6% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 246 - color contains mainly: red. Hex color #F6027F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6027F is #09FD80. Grayscale: #585858. Windows color (decimal): -654721 or 8323830. OLE color: 8323830.

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

Color convert

RGB 246 2 127 -
CMYK 0 0.99 0.48 0.04
HSL 329.26º 0.98% 0.49% -
HSV(B) 329.26º 0.99% 0.96% -
XYZ 41.86 21.17 21.96 -
YUV 89.21 149.34 239.84 -
System Red Green Blue C M Y K H S L
Decimal 246 2 127 0 0.99 0.48 0.04 329.26 0.98 0.49
Hex F6 2 7F 0 63 30 4 149 62 31
Octal 366 2 177 0 143 60 4 511 142 61
Binary 11110110 10 1111111 0 1100011 110000 100 101001001 1100010 110001

Color Harmonies of #F6027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6027F

Black with #F6027F

Text Example


Text Example

White with #F6027F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6027F; }

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

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

background-color css

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

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

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

border-color css

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

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

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