Html Css Color HEX #F00B91 Deep Pink

📋 copy color: '#F00B91'

red 240 ◦ green 11 ◦ blue 145

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

Shades of Deep Pink #F00B91

Tints of Deep Pink #F00B91

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.78%

 BLUE value IS 145 (57.03% from 255) = 36.62%

R = 60.61%
G = 2.78%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F00B91 (or 0xF00B91) is known color: Deep Pink. HEX triplet: F0, 0B and 91. RGB value is (240,11,145). Sum of RGB (Red+Green+Blue) = 240+11+145=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 11 (4.69% from 255 or 2.78% from 396); Blue value is 145 (57.03% from 255 or 36.62% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F00B91 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00B91 is #0FF46E. Grayscale: #5E5E5E. Windows color (decimal): -1045615 or 9505776. OLE color: 9505776.

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

Color convert

RGB 240 11 145 -
CMYK 0 0.95 0.40 0.06
HSL 324.89º 0.91% 0.49% -
HSV(B) 324.89º 0.95% 0.94% -
XYZ 41.17 20.81 28.63 -
YUV 94.75 156.37 231.6 -
System Red Green Blue C M Y K H S L
Decimal 240 11 145 0 0.95 0.40 0.06 324.89 0.91 0.49
Hex F0 B 91 0 5F 28 6 145 5B 31
Octal 360 13 221 0 137 50 6 505 133 61
Binary 11110000 1011 10010001 0 1011111 101000 110 101000101 1011011 110001

Color Harmonies of #F00B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00B91

Black with #F00B91

Text Example


Text Example

White with #F00B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00B91; }

 p { color: rgb(240,11,145); }

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

background-color css

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

 a { background-color: rgb(240,11,145); }

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

border-color css

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

 span { border-color: rgb(240,11,145); }

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