Html Css Color HEX #F20486 Deep Pink

📋 copy color: '#F20486'

red 242 ◦ green 4 ◦ blue 134

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

Shades of Deep Pink #F20486

Tints of Deep Pink #F20486

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.05%

 BLUE value IS 134 (52.73% from 255) = 35.26%

R = 63.68%
G = 1.05%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F20486 (or 0xF20486) is known color: Deep Pink. HEX triplet: F2, 04 and 86. RGB value is (242,4,134). Sum of RGB (Red+Green+Blue) = 242+4+134=380 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.68% from 380); Green value is 4 (1.95% from 255 or 1.05% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 242 - color contains mainly: red. Hex color #F20486 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20486 is #0DFB79. Grayscale: #595959. Windows color (decimal): -916346 or 8783090. OLE color: 8783090.

HSL color Cylindrical-coordinate representation of color #F20486: hue angle of 327.23º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F20486 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 4 134 -
CMYK 0 0.98 0.45 0.05
HSL 327.23º 0.97% 0.48% -
HSV(B) 327.23º 0.98% 0.95% -
XYZ 40.96 20.69 24.39 -
YUV 89.98 152.85 236.43 -
System Red Green Blue C M Y K H S L
Decimal 242 4 134 0 0.98 0.45 0.05 327.23 0.97 0.48
Hex F2 4 86 0 62 2D 5 147 61 30
Octal 362 4 206 0 142 55 5 507 141 60
Binary 11110010 100 10000110 0 1100010 101101 101 101000111 1100001 110000

Color Harmonies of #F20486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20486

Black with #F20486

Text Example


Text Example

White with #F20486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20486; }

 p { color: rgb(242,4,134); }

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

background-color css

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

 a { background-color: rgb(242,4,134); }

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

border-color css

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

 span { border-color: rgb(242,4,134); }

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