Html Css Color HEX #F40E98 Deep Pink

📋 copy color: '#F40E98'

red 244 ◦ green 14 ◦ blue 152

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

Shades of Deep Pink #F40E98

Tints of Deep Pink #F40E98

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.41%

 BLUE value IS 152 (59.77% from 255) = 37.07%

R = 59.51%
G = 3.41%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F40E98 (or 0xF40E98) is known color: Deep Pink. HEX triplet: F4, 0E and 98. RGB value is (244,14,152). Sum of RGB (Red+Green+Blue) = 244+14+152=410 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.51% from 410); Green value is 14 (5.86% from 255 or 3.41% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 244 - color contains mainly: red. Hex color #F40E98 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40E98 is #0BF167. Grayscale: #626262. Windows color (decimal): -782696 or 9965300. OLE color: 9965300.

HSL color Cylindrical-coordinate representation of color #F40E98: hue angle of 324º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F40E98 is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 14 152 -
CMYK 0 0.94 0.38 0.04
HSL 324º 0.91% 0.51% -
HSV(B) 324º 0.94% 0.96% -
XYZ 43.13 21.81 31.64 -
YUV 98.5 158.2 231.78 -
System Red Green Blue C M Y K H S L
Decimal 244 14 152 0 0.94 0.38 0.04 324 0.91 0.51
Hex F4 E 98 0 5E 26 4 144 5B 33
Octal 364 16 230 0 136 46 4 504 133 63
Binary 11110100 1110 10011000 0 1011110 100110 100 101000100 1011011 110011

Color Harmonies of #F40E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40E98

Black with #F40E98

Text Example


Text Example

White with #F40E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40E98; }

 p { color: rgb(244,14,152); }

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

background-color css

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

 a { background-color: rgb(244,14,152); }

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

border-color css

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

 span { border-color: rgb(244,14,152); }

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