Html Css Color HEX #F0158B Deep Pink

📋 copy color: '#F0158B'

red 240 ◦ green 21 ◦ blue 139

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

Shades of Deep Pink #F0158B

Tints of Deep Pink #F0158B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.75%

R = 60%
G = 5.25%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0158B (or 0xF0158B) is known color: Deep Pink. HEX triplet: F0, 15 and 8B. RGB value is (240,21,139). Sum of RGB (Red+Green+Blue) = 240+21+139=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 21 (8.59% from 255 or 5.25% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F0158B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0158B is #0FEA74. Grayscale: #636363. Windows color (decimal): -1043061 or 9115120. OLE color: 9115120.

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

Color convert

RGB 240 21 139 -
CMYK 0 0.91 0.42 0.06
HSL 327.67º 0.88% 0.51% -
HSV(B) 327.67º 0.91% 0.94% -
XYZ 40.86 20.93 26.31 -
YUV 99.93 150.05 227.91 -
System Red Green Blue C M Y K H S L
Decimal 240 21 139 0 0.91 0.42 0.06 327.67 0.88 0.51
Hex F0 15 8B 0 5B 2A 6 148 58 33
Octal 360 25 213 0 133 52 6 510 130 63
Binary 11110000 10101 10001011 0 1011011 101010 110 101001000 1011000 110011

Color Harmonies of #F0158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0158B

Black with #F0158B

Text Example


Text Example

White with #F0158B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0158B; }

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

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

background-color css

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

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

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

border-color css

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

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

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