Html Css Color HEX #F40085 Deep Pink

📋 copy color: '#F40085'

red 244 ◦ green 0 ◦ blue 133

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

Shades of Deep Pink #F40085

Tints of Deep Pink #F40085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.28%

R = 64.72%
G = 0%
B = 35.28%

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

#F40085 (or 0xF40085) is known color: Deep Pink. HEX triplet: F4, 00 and 85. RGB value is (244,0,133). Sum of RGB (Red+Green+Blue) = 244+0+133=377 (49% of max value = 765). Red value is 244 (95.70% from 255 or 64.72% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 244 - color contains mainly: red. Hex color #F40085 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40085 is #0BFF7A. Grayscale: #575757. Windows color (decimal): -786299 or 8716532. OLE color: 8716532.

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

Color convert

RGB 244 0 133 -
CMYK 0 1 0.45 0.04
HSL 327.3º 1% 0.48% -
HSV(B) 327.3º 1% 0.96% -
XYZ 41.54 20.93 24.04 -
YUV 88.12 153.34 239.19 -
System Red Green Blue C M Y K H S L
Decimal 244 0 133 0 1 0.45 0.04 327.3 1 0.48
Hex F4 0 85 0 64 2D 4 147 64 30
Octal 364 0 205 0 144 55 4 507 144 60
Binary 11110100 0 10000101 0 1100100 101101 100 101000111 1100100 110000

Color Harmonies of #F40085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40085

Black with #F40085

Text Example


Text Example

White with #F40085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40085; }

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

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

background-color css

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

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

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

border-color css

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

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

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