Html Css Color HEX #F00F90 Deep Pink

📋 copy color: '#F00F90'

red 240 ◦ green 15 ◦ blue 144

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

Shades of Deep Pink #F00F90

Tints of Deep Pink #F00F90

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.76%

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

R = 60.15%
G = 3.76%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F00F90 (or 0xF00F90) is known color: Deep Pink. HEX triplet: F0, 0F and 90. RGB value is (240,15,144). Sum of RGB (Red+Green+Blue) = 240+15+144=399 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.15% from 399); Green value is 15 (6.25% from 255 or 3.76% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 240 - color contains mainly: red. Hex color #F00F90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00F90 is #0FF06F. Grayscale: #606060. Windows color (decimal): -1044592 or 9441264. OLE color: 9441264.

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

Color convert

RGB 240 15 144 -
CMYK 0 0.94 0.4 0.06
HSL 325.6º 0.88% 0.5% -
HSV(B) 325.6º 0.94% 0.94% -
XYZ 41.14 20.88 28.25 -
YUV 96.98 154.54 230.01 -
System Red Green Blue C M Y K H S L
Decimal 240 15 144 0 0.94 0.4 0.06 325.6 0.88 0.5
Hex F0 F 90 0 5E 28 6 146 58 32
Octal 360 17 220 0 136 50 6 506 130 62
Binary 11110000 1111 10010000 0 1011110 101000 110 101000110 1011000 110010

Color Harmonies of #F00F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00F90

Black with #F00F90

Text Example


Text Example

White with #F00F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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