Html Css Color HEX #F6159F Deep Pink

📋 copy color: '#F6159F'

red 246 ◦ green 21 ◦ blue 159

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

Shades of Deep Pink #F6159F

Tints of Deep Pink #F6159F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.93%

 BLUE value IS 159 (62.5% from 255) = 37.32%

R = 57.75%
G = 4.93%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#F6159F (or 0xF6159F) is known color: Deep Pink. HEX triplet: F6, 15 and 9F. RGB value is (246,21,159). Sum of RGB (Red+Green+Blue) = 246+21+159=426 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.75% from 426); Green value is 21 (8.59% from 255 or 4.93% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 246 - color contains mainly: red. Hex color #F6159F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6159F is #09EA60. Grayscale: #676767. Windows color (decimal): -649825 or 10425846. OLE color: 10425846.

HSL color Cylindrical-coordinate representation of color #F6159F: hue angle of 323.2º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F6159F is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 21 159 -
CMYK 0 0.91 0.35 0.04
HSL 323.2º 0.93% 0.52% -
HSV(B) 323.2º 0.91% 0.96% -
XYZ 44.53 22.63 34.82 -
YUV 104.01 159.04 229.28 -
System Red Green Blue C M Y K H S L
Decimal 246 21 159 0 0.91 0.35 0.04 323.2 0.93 0.52
Hex F6 15 9F 0 5B 23 4 143 5D 34
Octal 366 25 237 0 133 43 4 503 135 64
Binary 11110110 10101 10011111 0 1011011 100011 100 101000011 1011101 110100

Color Harmonies of #F6159F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6159F

Black with #F6159F

Text Example


Text Example

White with #F6159F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6159F; }

 p { color: rgb(246,21,159); }

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

background-color css

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

 a { background-color: rgb(246,21,159); }

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

border-color css

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

 span { border-color: rgb(246,21,159); }

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