Html Css Color HEX #F0158D Deep Pink

📋 copy color: '#F0158D'

red 240 ◦ green 21 ◦ blue 141

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

Shades of Deep Pink #F0158D

Tints of Deep Pink #F0158D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.07%

R = 59.7%
G = 5.22%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0158D (or 0xF0158D) is known color: Deep Pink. HEX triplet: F0, 15 and 8D. RGB value is (240,21,141). Sum of RGB (Red+Green+Blue) = 240+21+141=402 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.70% from 402); Green value is 21 (8.59% from 255 or 5.22% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 240 - color contains mainly: red. Hex color #F0158D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0158D is #0FEA72. Grayscale: #636363. Windows color (decimal): -1043059 or 9246192. OLE color: 9246192.

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

Color convert

RGB 240 21 141 -
CMYK 0 0.91 0.41 0.06
HSL 327.12º 0.88% 0.51% -
HSV(B) 327.12º 0.91% 0.94% -
XYZ 41.01 20.98 27.09 -
YUV 100.16 151.05 227.74 -
System Red Green Blue C M Y K H S L
Decimal 240 21 141 0 0.91 0.41 0.06 327.12 0.88 0.51
Hex F0 15 8D 0 5B 29 6 147 58 33
Octal 360 25 215 0 133 51 6 507 130 63
Binary 11110000 10101 10001101 0 1011011 101001 110 101000111 1011000 110011

Color Harmonies of #F0158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0158D

Black with #F0158D

Text Example


Text Example

White with #F0158D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0158D; }

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

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

background-color css

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

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

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

border-color css

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

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

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