Html Css Color HEX #F00482 Deep Pink

📋 copy color: '#F00482'

red 240 ◦ green 4 ◦ blue 130

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

Shades of Deep Pink #F00482

Tints of Deep Pink #F00482

RGB

 RED value IS 240 (94.14% from 255) = 64.17%

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

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

R = 64.17%
G = 1.07%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F00482 (or 0xF00482) is known color: Deep Pink. HEX triplet: F0, 04 and 82. RGB value is (240,4,130). Sum of RGB (Red+Green+Blue) = 240+4+130=374 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.17% from 374); Green value is 4 (1.95% from 255 or 1.07% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 240 - color contains mainly: red. Hex color #F00482 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00482 is #0FFB7D. Grayscale: #585858. Windows color (decimal): -1047422 or 8520944. OLE color: 8520944.

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

Color convert

RGB 240 4 130 -
CMYK 0 0.98 0.46 0.06
HSL 327.97º 0.97% 0.48% -
HSV(B) 327.97º 0.98% 0.94% -
XYZ 40.01 20.22 22.91 -
YUV 88.93 151.19 235.75 -
System Red Green Blue C M Y K H S L
Decimal 240 4 130 0 0.98 0.46 0.06 327.97 0.97 0.48
Hex F0 4 82 0 62 2E 6 148 61 30
Octal 360 4 202 0 142 56 6 510 141 60
Binary 11110000 100 10000010 0 1100010 101110 110 101001000 1100001 110000

Color Harmonies of #F00482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00482

Black with #F00482

Text Example


Text Example

White with #F00482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00482; }

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

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

background-color css

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

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

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

border-color css

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

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

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