Html Css Color HEX #F20382 Deep Pink

📋 copy color: '#F20382'

red 242 ◦ green 3 ◦ blue 130

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

Shades of Deep Pink #F20382

Tints of Deep Pink #F20382

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.8%

 BLUE value IS 130 (51.17% from 255) = 34.67%

R = 64.53%
G = 0.8%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F20382 (or 0xF20382) is known color: Deep Pink. HEX triplet: F2, 03 and 82. RGB value is (242,3,130). Sum of RGB (Red+Green+Blue) = 242+3+130=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F20382 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20382 is #0DFC7D. Grayscale: #585858. Windows color (decimal): -916606 or 8520690. OLE color: 8520690.

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

Color convert

RGB 242 3 130 -
CMYK 0 0.99 0.46 0.05
HSL 328.12º 0.98% 0.48% -
HSV(B) 328.12º 0.99% 0.95% -
XYZ 40.68 20.55 22.94 -
YUV 88.94 151.18 237.17 -
System Red Green Blue C M Y K H S L
Decimal 242 3 130 0 0.99 0.46 0.05 328.12 0.98 0.48
Hex F2 3 82 0 63 2E 5 148 62 30
Octal 362 3 202 0 143 56 5 510 142 60
Binary 11110010 11 10000010 0 1100011 101110 101 101001000 1100010 110000

Color Harmonies of #F20382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20382

Black with #F20382

Text Example


Text Example

White with #F20382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20382; }

 p { color: rgb(242,3,130); }

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

background-color css

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

 a { background-color: rgb(242,3,130); }

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

border-color css

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

 span { border-color: rgb(242,3,130); }

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