Html Css Color HEX #F6017E Deep Pink

📋 copy color: '#F6017E'

red 246 ◦ green 1 ◦ blue 126

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

Shades of Deep Pink #F6017E

Tints of Deep Pink #F6017E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 126 (49.61% from 255) = 33.78%

R = 65.95%
G = 0.27%
B = 33.78%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F6017E (or 0xF6017E) is known color: Deep Pink. HEX triplet: F6, 01 and 7E. RGB value is (246,1,126). Sum of RGB (Red+Green+Blue) = 246+1+126=373 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.95% from 373); Green value is 1 (0.78% from 255 or 0.27% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 246 - color contains mainly: red. Hex color #F6017E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6017E is #09FE81. Grayscale: #585858. Windows color (decimal): -654978 or 8258038. OLE color: 8258038.

HSL color Cylindrical-coordinate representation of color #F6017E: hue angle of 329.39º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F6017E is Cyan = 0, Magento = 1.00, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 1 126 -
CMYK 0 1.00 0.49 0.04
HSL 329.39º 0.99% 0.48% -
HSV(B) 329.39º 1% 0.96% -
XYZ 41.78 21.12 21.61 -
YUV 88.51 149.17 240.34 -
System Red Green Blue C M Y K H S L
Decimal 246 1 126 0 1.00 0.49 0.04 329.39 0.99 0.48
Hex F6 1 7E 0 64 31 4 149 63 30
Octal 366 1 176 0 144 61 4 511 143 60
Binary 11110110 1 1111110 0 1100100 110001 100 101001001 1100011 110000

Color Harmonies of #F6017E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6017E

Black with #F6017E

Text Example


Text Example

White with #F6017E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6017E; }

 p { color: rgb(246,1,126); }

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

background-color css

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

 a { background-color: rgb(246,1,126); }

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

border-color css

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

 span { border-color: rgb(246,1,126); }

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