Html Css Color HEX #F01F90 Deep Pink

📋 copy color: '#F01F90'

red 240 ◦ green 31 ◦ blue 144

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

Shades of Deep Pink #F01F90

Tints of Deep Pink #F01F90

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.47%

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

R = 57.83%
G = 7.47%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F01F90 (or 0xF01F90) is known color: Deep Pink. HEX triplet: F0, 1F and 90. RGB value is (240,31,144). Sum of RGB (Red+Green+Blue) = 240+31+144=415 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.83% from 415); Green value is 31 (12.5% from 255 or 7.47% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 240 - color contains mainly: red. Hex color #F01F90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01F90 is #0FE06F. Grayscale: #6A6A6A. Windows color (decimal): -1040496 or 9445360. OLE color: 9445360.

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

Color convert

RGB 240 31 144 -
CMYK 0 0.87 0.4 0.06
HSL 327.56º 0.87% 0.53% -
HSV(B) 327.56º 0.87% 0.94% -
XYZ 41.46 21.52 28.35 -
YUV 106.37 149.24 223.31 -
System Red Green Blue C M Y K H S L
Decimal 240 31 144 0 0.87 0.4 0.06 327.56 0.87 0.53
Hex F0 1F 90 0 57 28 6 148 57 35
Octal 360 37 220 0 127 50 6 510 127 65
Binary 11110000 11111 10010000 0 1010111 101000 110 101001000 1010111 110101

Color Harmonies of #F01F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01F90

Black with #F01F90

Text Example


Text Example

White with #F01F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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