Html Css Color HEX #F20984 Deep Pink

📋 copy color: '#F20984'

red 242 ◦ green 9 ◦ blue 132

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

Shades of Deep Pink #F20984

Tints of Deep Pink #F20984

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.35%

 BLUE value IS 132 (51.95% from 255) = 34.46%

R = 63.19%
G = 2.35%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F20984 (or 0xF20984) is known color: Deep Pink. HEX triplet: F2, 09 and 84. RGB value is (242,9,132). Sum of RGB (Red+Green+Blue) = 242+9+132=383 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.19% from 383); Green value is 9 (3.91% from 255 or 2.35% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 242 - color contains mainly: red. Hex color #F20984 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20984 is #0DF67B. Grayscale: #5C5C5C. Windows color (decimal): -915068 or 8653298. OLE color: 8653298.

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

Color convert

RGB 242 9 132 -
CMYK 0 0.96 0.45 0.05
HSL 328.33º 0.93% 0.49% -
HSV(B) 328.33º 0.96% 0.95% -
XYZ 40.88 20.74 23.68 -
YUV 92.69 150.19 234.5 -
System Red Green Blue C M Y K H S L
Decimal 242 9 132 0 0.96 0.45 0.05 328.33 0.93 0.49
Hex F2 9 84 0 60 2D 5 148 5D 31
Octal 362 11 204 0 140 55 5 510 135 61
Binary 11110010 1001 10000100 0 1100000 101101 101 101001000 1011101 110001

Color Harmonies of #F20984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20984

Black with #F20984

Text Example


Text Example

White with #F20984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20984; }

 p { color: rgb(242,9,132); }

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

background-color css

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

 a { background-color: rgb(242,9,132); }

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

border-color css

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

 span { border-color: rgb(242,9,132); }

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