Html Css Color HEX #F01990 Deep Pink

📋 copy color: '#F01990'

red 240 ◦ green 25 ◦ blue 144

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

Shades of Deep Pink #F01990

Tints of Deep Pink #F01990

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.11%

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

R = 58.68%
G = 6.11%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F01990 (or 0xF01990) is known color: Deep Pink. HEX triplet: F0, 19 and 90. RGB value is (240,25,144). Sum of RGB (Red+Green+Blue) = 240+25+144=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 25 (10.16% from 255 or 6.11% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F01990 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01990 is #0FE66F. Grayscale: #666666. Windows color (decimal): -1042032 or 9443824. OLE color: 9443824.

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

Color convert

RGB 240 25 144 -
CMYK 0 0.90 0.4 0.06
HSL 326.79º 0.88% 0.52% -
HSV(B) 326.79º 0.9% 0.94% -
XYZ 41.32 21.23 28.31 -
YUV 102.85 151.23 225.82 -
System Red Green Blue C M Y K H S L
Decimal 240 25 144 0 0.90 0.4 0.06 326.79 0.88 0.52
Hex F0 19 90 0 5A 28 6 147 58 34
Octal 360 31 220 0 132 50 6 507 130 64
Binary 11110000 11001 10010000 0 1011010 101000 110 101000111 1011000 110100

Color Harmonies of #F01990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01990

Black with #F01990

Text Example


Text Example

White with #F01990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01990; }

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

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

background-color css

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

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

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

border-color css

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

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

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