Html Css Color HEX #F40B90 Deep Pink

📋 copy color: '#F40B90'

red 244 ◦ green 11 ◦ blue 144

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

Shades of Deep Pink #F40B90

Tints of Deep Pink #F40B90

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.76%

 BLUE value IS 144 (56.64% from 255) = 36.09%

R = 61.15%
G = 2.76%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F40B90 (or 0xF40B90) is known color: Deep Pink. HEX triplet: F4, 0B and 90. RGB value is (244,11,144). Sum of RGB (Red+Green+Blue) = 244+11+144=399 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.15% from 399); Green value is 11 (4.69% from 255 or 2.76% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 244 - color contains mainly: red. Hex color #F40B90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40B90 is #0BF46F. Grayscale: #5F5F5F. Windows color (decimal): -783472 or 9440244. OLE color: 9440244.

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

Color convert

RGB 244 11 144 -
CMYK 0 0.95 0.41 0.04
HSL 325.75º 0.91% 0.5% -
HSV(B) 325.75º 0.95% 0.96% -
XYZ 42.46 21.49 28.29 -
YUV 95.83 155.19 233.69 -
System Red Green Blue C M Y K H S L
Decimal 244 11 144 0 0.95 0.41 0.04 325.75 0.91 0.5
Hex F4 B 90 0 5F 29 4 146 5B 32
Octal 364 13 220 0 137 51 4 506 133 62
Binary 11110100 1011 10010000 0 1011111 101001 100 101000110 1011011 110010

Color Harmonies of #F40B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40B90

Black with #F40B90

Text Example


Text Example

White with #F40B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40B90; }

 p { color: rgb(244,11,144); }

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

background-color css

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

 a { background-color: rgb(244,11,144); }

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

border-color css

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

 span { border-color: rgb(244,11,144); }

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