Html Css Color HEX #F40686 Deep Pink

📋 copy color: '#F40686'

red 244 ◦ green 6 ◦ blue 134

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

Shades of Deep Pink #F40686

Tints of Deep Pink #F40686

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.56%

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

R = 63.54%
G = 1.56%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F40686 (or 0xF40686) is known color: Deep Pink. HEX triplet: F4, 06 and 86. RGB value is (244,6,134). Sum of RGB (Red+Green+Blue) = 244+6+134=384 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.54% from 384); Green value is 6 (2.73% from 255 or 1.56% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 244 - color contains mainly: red. Hex color #F40686 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40686 is #0BF979. Grayscale: #5B5B5B. Windows color (decimal): -784762 or 8783604. OLE color: 8783604.

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

Color convert

RGB 244 6 134 -
CMYK 0 0.98 0.45 0.04
HSL 327.73º 0.95% 0.49% -
HSV(B) 327.73º 0.98% 0.96% -
XYZ 41.68 21.08 24.43 -
YUV 91.75 151.85 236.59 -
System Red Green Blue C M Y K H S L
Decimal 244 6 134 0 0.98 0.45 0.04 327.73 0.95 0.49
Hex F4 6 86 0 62 2D 4 148 5F 31
Octal 364 6 206 0 142 55 4 510 137 61
Binary 11110100 110 10000110 0 1100010 101101 100 101001000 1011111 110001

Color Harmonies of #F40686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40686

Black with #F40686

Text Example


Text Example

White with #F40686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40686; }

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

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

background-color css

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

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

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

border-color css

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

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

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