Html Css Color HEX #F40084 Deep Pink

📋 copy color: '#F40084'

red 244 ◦ green 0 ◦ blue 132

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

Shades of Deep Pink #F40084

Tints of Deep Pink #F40084

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.89%
G = 0%
B = 35.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F40084 (or 0xF40084) is known color: Deep Pink. HEX triplet: F4, 00 and 84. RGB value is (244,0,132). Sum of RGB (Red+Green+Blue) = 244+0+132=376 (49% of max value = 765). Red value is 244 (95.70% from 255 or 64.89% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 244 - color contains mainly: red. Hex color #F40084 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40084 is #0BFF7B. Grayscale: #575757. Windows color (decimal): -786300 or 8650996. OLE color: 8650996.

HSL color Cylindrical-coordinate representation of color #F40084: hue angle of 327.54º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F40084 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 0 132 -
CMYK 0 1 0.46 0.04
HSL 327.54º 1% 0.48% -
HSV(B) 327.54º 1% 0.96% -
XYZ 41.47 20.9 23.68 -
YUV 88 152.84 239.27 -
System Red Green Blue C M Y K H S L
Decimal 244 0 132 0 1 0.46 0.04 327.54 1 0.48
Hex F4 0 84 0 64 2E 4 148 64 30
Octal 364 0 204 0 144 56 4 510 144 60
Binary 11110100 0 10000100 0 1100100 101110 100 101001000 1100100 110000

Color Harmonies of #F40084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40084

Black with #F40084

Text Example


Text Example

White with #F40084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40084; }

 p { color: rgb(244,0,132); }

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

background-color css

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

 a { background-color: rgb(244,0,132); }

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

border-color css

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

 span { border-color: rgb(244,0,132); }

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