Html Css Color HEX #F40884 Deep Pink

📋 copy color: '#F40884'

red 244 ◦ green 8 ◦ blue 132

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

Shades of Deep Pink #F40884

Tints of Deep Pink #F40884

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.08%

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

R = 63.54%
G = 2.08%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F40884 (or 0xF40884) is known color: Deep Pink. HEX triplet: F4, 08 and 84. RGB value is (244,8,132). Sum of RGB (Red+Green+Blue) = 244+8+132=384 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.54% from 384); Green value is 8 (3.52% from 255 or 2.08% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 244 - color contains mainly: red. Hex color #F40884 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40884 is #0BF77B. Grayscale: #5C5C5C. Windows color (decimal): -784252 or 8653044. OLE color: 8653044.

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

Color convert

RGB 244 8 132 -
CMYK 0 0.97 0.46 0.04
HSL 328.47º 0.94% 0.49% -
HSV(B) 328.47º 0.97% 0.96% -
XYZ 41.56 21.07 23.71 -
YUV 92.7 150.19 235.92 -
System Red Green Blue C M Y K H S L
Decimal 244 8 132 0 0.97 0.46 0.04 328.47 0.94 0.49
Hex F4 8 84 0 61 2E 4 148 5E 31
Octal 364 10 204 0 141 56 4 510 136 61
Binary 11110100 1000 10000100 0 1100001 101110 100 101001000 1011110 110001

Color Harmonies of #F40884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40884

Black with #F40884

Text Example


Text Example

White with #F40884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40884; }

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

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

background-color css

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

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

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

border-color css

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

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

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