Html Css Color HEX #F20482 Deep Pink

📋 copy color: '#F20482'

red 242 ◦ green 4 ◦ blue 130

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

Shades of Deep Pink #F20482

Tints of Deep Pink #F20482

RGB

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

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

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

R = 64.36%
G = 1.06%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F20482 (or 0xF20482) is known color: Deep Pink. HEX triplet: F2, 04 and 82. RGB value is (242,4,130). Sum of RGB (Red+Green+Blue) = 242+4+130=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 4 (1.95% from 255 or 1.06% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F20482 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20482 is #0DFB7D. Grayscale: #595959. Windows color (decimal): -916350 or 8520946. OLE color: 8520946.

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

Color convert

RGB 242 4 130 -
CMYK 0 0.98 0.46 0.05
HSL 328.24º 0.97% 0.48% -
HSV(B) 328.24º 0.98% 0.95% -
XYZ 40.69 20.58 22.95 -
YUV 89.53 150.85 236.75 -
System Red Green Blue C M Y K H S L
Decimal 242 4 130 0 0.98 0.46 0.05 328.24 0.97 0.48
Hex F2 4 82 0 62 2E 5 148 61 30
Octal 362 4 202 0 142 56 5 510 141 60
Binary 11110010 100 10000010 0 1100010 101110 101 101001000 1100001 110000

Color Harmonies of #F20482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20482

Black with #F20482

Text Example


Text Example

White with #F20482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20482; }

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

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

background-color css

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

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

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

border-color css

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

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

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