Html Css Color HEX #F0159F Deep Pink

📋 copy color: '#F0159F'

red 240 ◦ green 21 ◦ blue 159

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

Shades of Deep Pink #F0159F

Tints of Deep Pink #F0159F

RGB

 RED value IS 240 (94.14% from 255) = 57.14%

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

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

R = 57.14%
G = 5%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F0159F (or 0xF0159F) is known color: Deep Pink. HEX triplet: F0, 15 and 9F. RGB value is (240,21,159). Sum of RGB (Red+Green+Blue) = 240+21+159=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 21 (8.59% from 255 or 5% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F0159F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0159F is #0FEA60. Grayscale: #656565. Windows color (decimal): -1043041 or 10425840. OLE color: 10425840.

HSL color Cylindrical-coordinate representation of color #F0159F: hue angle of 322.19º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0159F is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 21 159 -
CMYK 0 0.91 0.34 0.06
HSL 322.19º 0.88% 0.51% -
HSV(B) 322.19º 0.91% 0.94% -
XYZ 42.46 21.56 34.73 -
YUV 102.21 160.05 226.28 -
System Red Green Blue C M Y K H S L
Decimal 240 21 159 0 0.91 0.34 0.06 322.19 0.88 0.51
Hex F0 15 9F 0 5B 22 6 142 58 33
Octal 360 25 237 0 133 42 6 502 130 63
Binary 11110000 10101 10011111 0 1011011 100010 110 101000010 1011000 110011

Color Harmonies of #F0159F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0159F

Black with #F0159F

Text Example


Text Example

White with #F0159F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0159F; }

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

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

background-color css

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

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

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

border-color css

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

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

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