Html Css Color HEX #F20B83 Deep Pink

📋 copy color: '#F20B83'

red 242 ◦ green 11 ◦ blue 131

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

Shades of Deep Pink #F20B83

Tints of Deep Pink #F20B83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.11%

R = 63.02%
G = 2.86%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F20B83 (or 0xF20B83) is known color: Deep Pink. HEX triplet: F2, 0B and 83. RGB value is (242,11,131). Sum of RGB (Red+Green+Blue) = 242+11+131=384 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.02% from 384); Green value is 11 (4.69% from 255 or 2.86% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 242 - color contains mainly: red. Hex color #F20B83 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20B83 is #0DF47C. Grayscale: #5D5D5D. Windows color (decimal): -914557 or 8588274. OLE color: 8588274.

HSL color Cylindrical-coordinate representation of color #F20B83: hue angle of 328.83º 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 #F20B83 is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 11 131 -
CMYK 0 0.95 0.46 0.05
HSL 328.83º 0.91% 0.5% -
HSV(B) 328.83º 0.95% 0.95% -
XYZ 40.83 20.76 23.33 -
YUV 93.75 149.03 233.74 -
System Red Green Blue C M Y K H S L
Decimal 242 11 131 0 0.95 0.46 0.05 328.83 0.91 0.5
Hex F2 B 83 0 5F 2E 5 149 5B 32
Octal 362 13 203 0 137 56 5 511 133 62
Binary 11110010 1011 10000011 0 1011111 101110 101 101001001 1011011 110010

Color Harmonies of #F20B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20B83

Black with #F20B83

Text Example


Text Example

White with #F20B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20B83; }

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

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

background-color css

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

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

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

border-color css

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

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

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