Html Css Color HEX #F40B7F Deep Pink

📋 copy color: '#F40B7F'

red 244 ◦ green 11 ◦ blue 127

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

Shades of Deep Pink #F40B7F

Tints of Deep Pink #F40B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.25%

R = 63.87%
G = 2.88%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F40B7F (or 0xF40B7F) is known color: Deep Pink. HEX triplet: F4, 0B and 7F. RGB value is (244,11,127). Sum of RGB (Red+Green+Blue) = 244+11+127=382 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.87% from 382); Green value is 11 (4.69% from 255 or 2.88% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 244 - color contains mainly: red. Hex color #F40B7F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40B7F is #0BF480. Grayscale: #5D5D5D. Windows color (decimal): -783489 or 8326132. OLE color: 8326132.

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

Color convert

RGB 244 11 127 -
CMYK 0 0.95 0.48 0.04
HSL 330.13º 0.91% 0.5% -
HSV(B) 330.13º 0.95% 0.96% -
XYZ 41.26 21 21.96 -
YUV 93.89 146.69 235.07 -
System Red Green Blue C M Y K H S L
Decimal 244 11 127 0 0.95 0.48 0.04 330.13 0.91 0.5
Hex F4 B 7F 0 5F 30 4 14A 5B 32
Octal 364 13 177 0 137 60 4 512 133 62
Binary 11110100 1011 1111111 0 1011111 110000 100 101001010 1011011 110010

Color Harmonies of #F40B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40B7F

Black with #F40B7F

Text Example


Text Example

White with #F40B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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