Html Css Color HEX #F20F90 Deep Pink

📋 copy color: '#F20F90'

red 242 ◦ green 15 ◦ blue 144

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

Shades of Deep Pink #F20F90

Tints of Deep Pink #F20F90

RGB

 RED value IS 242 (94.92% from 255) = 60.35%

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

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

R = 60.35%
G = 3.74%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F20F90 (or 0xF20F90) is known color: Deep Pink. HEX triplet: F2, 0F and 90. RGB value is (242,15,144). Sum of RGB (Red+Green+Blue) = 242+15+144=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 15 (6.25% from 255 or 3.74% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F20F90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20F90 is #0DF06F. Grayscale: #616161. Windows color (decimal): -913520 or 9441266. OLE color: 9441266.

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

Color convert

RGB 242 15 144 -
CMYK 0 0.94 0.40 0.05
HSL 325.9º 0.9% 0.5% -
HSV(B) 325.9º 0.94% 0.95% -
XYZ 41.82 21.23 28.28 -
YUV 97.58 154.21 231.01 -
System Red Green Blue C M Y K H S L
Decimal 242 15 144 0 0.94 0.40 0.05 325.9 0.9 0.5
Hex F2 F 90 0 5E 28 5 146 5A 32
Octal 362 17 220 0 136 50 5 506 132 62
Binary 11110010 1111 10010000 0 1011110 101000 101 101000110 1011010 110010

Color Harmonies of #F20F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20F90

Black with #F20F90

Text Example


Text Example

White with #F20F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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