Html Css Color HEX #F40086 Deep Pink

📋 copy color: '#F40086'

red 244 ◦ green 0 ◦ blue 134

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

Shades of Deep Pink #F40086

Tints of Deep Pink #F40086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 35.45%

R = 64.55%
G = 0%
B = 35.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F40086 (or 0xF40086) is known color: Deep Pink. HEX triplet: F4, 00 and 86. RGB value is (244,0,134). Sum of RGB (Red+Green+Blue) = 244+0+134=378 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.55% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 134 (52.73% from 255 or 35.45% from 378); Max value from RGB is 244 - color contains mainly: red. Hex color #F40086 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40086 is #0BFF79. Grayscale: #575757. Windows color (decimal): -786298 or 8782068. OLE color: 8782068.

HSL color Cylindrical-coordinate representation of color #F40086: hue angle of 327.05º 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 #F40086 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 0 134 -
CMYK 0 1 0.45 0.04
HSL 327.05º 1% 0.48% -
HSV(B) 327.05º 1% 0.96% -
XYZ 41.61 20.95 24.41 -
YUV 88.23 153.84 239.1 -
System Red Green Blue C M Y K H S L
Decimal 244 0 134 0 1 0.45 0.04 327.05 1 0.48
Hex F4 0 86 0 64 2D 4 147 64 30
Octal 364 0 206 0 144 55 4 507 144 60
Binary 11110100 0 10000110 0 1100100 101101 100 101000111 1100100 110000

Color Harmonies of #F40086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40086

Black with #F40086

Text Example


Text Example

White with #F40086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40086; }

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

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

background-color css

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

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

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

border-color css

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

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

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