Html Css Color HEX #F40185 Deep Pink

📋 copy color: '#F40185'

red 244 ◦ green 1 ◦ blue 133

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

Shades of Deep Pink #F40185

Tints of Deep Pink #F40185

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

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

R = 64.55%
G = 0.26%
B = 35.19%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F40185 (or 0xF40185) is known color: Deep Pink. HEX triplet: F4, 01 and 85. RGB value is (244,1,133). Sum of RGB (Red+Green+Blue) = 244+1+133=378 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.55% from 378); Green value is 1 (0.78% from 255 or 0.26% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 244 - color contains mainly: red. Hex color #F40185 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40185 is #0BFE7A. Grayscale: #585858. Windows color (decimal): -786043 or 8716788. OLE color: 8716788.

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

Color convert

RGB 244 1 133 -
CMYK 0 1.00 0.45 0.04
HSL 327.41º 0.99% 0.48% -
HSV(B) 327.41º 1% 0.96% -
XYZ 41.55 20.95 24.04 -
YUV 88.71 153.01 238.77 -
System Red Green Blue C M Y K H S L
Decimal 244 1 133 0 1.00 0.45 0.04 327.41 0.99 0.48
Hex F4 1 85 0 64 2D 4 147 63 30
Octal 364 1 205 0 144 55 4 507 143 60
Binary 11110100 1 10000101 0 1100100 101101 100 101000111 1100011 110000

Color Harmonies of #F40185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40185

Black with #F40185

Text Example


Text Example

White with #F40185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40185; }

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

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

background-color css

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

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

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

border-color css

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

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

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