Html Css Color HEX #F40482 Deep Pink

📋 copy color: '#F40482'

red 244 ◦ green 4 ◦ blue 130

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

Shades of Deep Pink #F40482

Tints of Deep Pink #F40482

RGB

 RED value IS 244 (95.7% from 255) = 64.55%

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

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

R = 64.55%
G = 1.06%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F40482 (or 0xF40482) is known color: Deep Pink. HEX triplet: F4, 04 and 82. RGB value is (244,4,130). Sum of RGB (Red+Green+Blue) = 244+4+130=378 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.55% from 378); Green value is 4 (1.95% from 255 or 1.06% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 244 - color contains mainly: red. Hex color #F40482 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40482 is #0BFB7D. Grayscale: #595959. Windows color (decimal): -785278 or 8520948. OLE color: 8520948.

HSL color Cylindrical-coordinate representation of color #F40482: hue angle of 328.5º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F40482 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 4 130 -
CMYK 0 0.98 0.47 0.04
HSL 328.5º 0.97% 0.49% -
HSV(B) 328.5º 0.98% 0.96% -
XYZ 41.38 20.93 22.98 -
YUV 90.12 150.51 237.75 -
System Red Green Blue C M Y K H S L
Decimal 244 4 130 0 0.98 0.47 0.04 328.5 0.97 0.49
Hex F4 4 82 0 62 2F 4 148 61 31
Octal 364 4 202 0 142 57 4 510 141 61
Binary 11110100 100 10000010 0 1100010 101111 100 101001000 1100001 110001

Color Harmonies of #F40482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40482

Black with #F40482

Text Example


Text Example

White with #F40482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40482; }

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

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

background-color css

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

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

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

border-color css

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

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

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