Html Css Color HEX #F20B94 Deep Pink

📋 copy color: '#F20B94'

red 242 ◦ green 11 ◦ blue 148

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

Shades of Deep Pink #F20B94

Tints of Deep Pink #F20B94

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.74%

 BLUE value IS 148 (58.2% from 255) = 36.91%

R = 60.35%
G = 2.74%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F20B94 (or 0xF20B94) is known color: Deep Pink. HEX triplet: F2, 0B and 94. RGB value is (242,11,148). Sum of RGB (Red+Green+Blue) = 242+11+148=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 11 (4.69% from 255 or 2.74% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F20B94 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20B94 is #0DF46B. Grayscale: #5F5F5F. Windows color (decimal): -914540 or 9702386. OLE color: 9702386.

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

Color convert

RGB 242 11 148 -
CMYK 0 0.95 0.39 0.05
HSL 324.42º 0.91% 0.5% -
HSV(B) 324.42º 0.95% 0.95% -
XYZ 42.08 21.25 29.9 -
YUV 95.69 157.53 232.36 -
System Red Green Blue C M Y K H S L
Decimal 242 11 148 0 0.95 0.39 0.05 324.42 0.91 0.5
Hex F2 B 94 0 5F 27 5 144 5B 32
Octal 362 13 224 0 137 47 5 504 133 62
Binary 11110010 1011 10010100 0 1011111 100111 101 101000100 1011011 110010

Color Harmonies of #F20B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20B94

Black with #F20B94

Text Example


Text Example

White with #F20B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20B94; }

 p { color: rgb(242,11,148); }

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

background-color css

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

 a { background-color: rgb(242,11,148); }

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

border-color css

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

 span { border-color: rgb(242,11,148); }

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