Html Css Color HEX #F00B90 Deep Pink

📋 copy color: '#F00B90'

red 240 ◦ green 11 ◦ blue 144

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

Shades of Deep Pink #F00B90

Tints of Deep Pink #F00B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.46%

R = 60.76%
G = 2.78%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F00B90 (or 0xF00B90) is known color: Deep Pink. HEX triplet: F0, 0B and 90. RGB value is (240,11,144). Sum of RGB (Red+Green+Blue) = 240+11+144=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 11 (4.69% from 255 or 2.78% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F00B90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00B90 is #0FF46F. Grayscale: #5E5E5E. Windows color (decimal): -1045616 or 9440240. OLE color: 9440240.

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

Color convert

RGB 240 11 144 -
CMYK 0 0.95 0.4 0.06
HSL 325.15º 0.91% 0.49% -
HSV(B) 325.15º 0.95% 0.94% -
XYZ 41.09 20.78 28.23 -
YUV 94.63 155.87 231.69 -
System Red Green Blue C M Y K H S L
Decimal 240 11 144 0 0.95 0.4 0.06 325.15 0.91 0.49
Hex F0 B 90 0 5F 28 6 145 5B 31
Octal 360 13 220 0 137 50 6 505 133 61
Binary 11110000 1011 10010000 0 1011111 101000 110 101000101 1011011 110001

Color Harmonies of #F00B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00B90

Black with #F00B90

Text Example


Text Example

White with #F00B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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