Html Css Color HEX #F00D90 Deep Pink

📋 copy color: '#F00D90'

red 240 ◦ green 13 ◦ blue 144

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

Shades of Deep Pink #F00D90

Tints of Deep Pink #F00D90

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.27%

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

R = 60.45%
G = 3.27%
B = 36.27%

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

#F00D90 (or 0xF00D90) is known color: Deep Pink. HEX triplet: F0, 0D and 90. RGB value is (240,13,144). Sum of RGB (Red+Green+Blue) = 240+13+144=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 13 (5.47% from 255 or 3.27% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F00D90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00D90 is #0FF26F. Grayscale: #5F5F5F. Windows color (decimal): -1045104 or 9440752. OLE color: 9440752.

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

Color convert

RGB 240 13 144 -
CMYK 0 0.95 0.4 0.06
HSL 325.37º 0.9% 0.5% -
HSV(B) 325.37º 0.95% 0.94% -
XYZ 41.11 20.83 28.24 -
YUV 95.81 155.21 230.85 -
System Red Green Blue C M Y K H S L
Decimal 240 13 144 0 0.95 0.4 0.06 325.37 0.9 0.5
Hex F0 D 90 0 5F 28 6 145 5A 32
Octal 360 15 220 0 137 50 6 505 132 62
Binary 11110000 1101 10010000 0 1011111 101000 110 101000101 1011010 110010

Color Harmonies of #F00D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00D90

Black with #F00D90

Text Example


Text Example

White with #F00D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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