Html Css Color HEX #F40384 Deep Pink

📋 copy color: '#F40384'

red 244 ◦ green 3 ◦ blue 132

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

Shades of Deep Pink #F40384

Tints of Deep Pink #F40384

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.79%

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

R = 64.38%
G = 0.79%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F40384 (or 0xF40384) is known color: Deep Pink. HEX triplet: F4, 03 and 84. RGB value is (244,3,132). Sum of RGB (Red+Green+Blue) = 244+3+132=379 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.38% from 379); Green value is 3 (1.56% from 255 or 0.79% from 379); Blue value is 132 (51.95% from 255 or 34.83% from 379); Max value from RGB is 244 - color contains mainly: red. Hex color #F40384 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40384 is #0BFC7B. Grayscale: #595959. Windows color (decimal): -785532 or 8651764. OLE color: 8651764.

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

Color convert

RGB 244 3 132 -
CMYK 0 0.99 0.46 0.04
HSL 327.88º 0.98% 0.48% -
HSV(B) 327.88º 0.99% 0.96% -
XYZ 41.51 20.96 23.69 -
YUV 89.77 151.84 238.01 -
System Red Green Blue C M Y K H S L
Decimal 244 3 132 0 0.99 0.46 0.04 327.88 0.98 0.48
Hex F4 3 84 0 63 2E 4 148 62 30
Octal 364 3 204 0 143 56 4 510 142 60
Binary 11110100 11 10000100 0 1100011 101110 100 101001000 1100010 110000

Color Harmonies of #F40384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40384

Black with #F40384

Text Example


Text Example

White with #F40384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40384; }

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

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

background-color css

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

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

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

border-color css

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

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

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