Html Css Color HEX #F015A0 Deep Pink

📋 copy color: '#F015A0'

red 240 ◦ green 21 ◦ blue 160

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

Shades of Deep Pink #F015A0

Tints of Deep Pink #F015A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38%

R = 57.01%
G = 4.99%
B = 38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#F015A0 (or 0xF015A0) is known color: Deep Pink. HEX triplet: F0, 15 and A0. RGB value is (240,21,160). Sum of RGB (Red+Green+Blue) = 240+21+160=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 21 (8.59% from 255 or 4.99% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F015A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F015A0 is #0FEA5F. Grayscale: #656565. Windows color (decimal): -1043040 or 10491376. OLE color: 10491376.

HSL color Cylindrical-coordinate representation of color #F015A0: hue angle of 321.92º 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 #F015A0 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 21 160 -
CMYK 0 0.91 0.33 0.06
HSL 321.92º 0.88% 0.51% -
HSV(B) 321.92º 0.91% 0.94% -
XYZ 42.55 21.6 35.18 -
YUV 102.33 160.55 226.2 -
System Red Green Blue C M Y K H S L
Decimal 240 21 160 0 0.91 0.33 0.06 321.92 0.88 0.51
Hex F0 15 A0 0 5B 21 6 142 58 33
Octal 360 25 240 0 133 41 6 502 130 63
Binary 11110000 10101 10100000 0 1011011 100001 110 101000010 1011000 110011

Color Harmonies of #F015A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F015A0

Black with #F015A0

Text Example


Text Example

White with #F015A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F015A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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