Html Css Color HEX #F41F7E Deep Pink

📋 copy color: '#F41F7E'

red 244 ◦ green 31 ◦ blue 126

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

Shades of Deep Pink #F41F7E

Tints of Deep Pink #F41F7E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.73%

 BLUE value IS 126 (49.61% from 255) = 31.42%

R = 60.85%
G = 7.73%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F41F7E (or 0xF41F7E) is known color: Deep Pink. HEX triplet: F4, 1F and 7E. RGB value is (244,31,126). Sum of RGB (Red+Green+Blue) = 244+31+126=401 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.85% from 401); Green value is 31 (12.5% from 255 or 7.73% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 244 - color contains mainly: red. Hex color #F41F7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F41F7E is #0BE081. Grayscale: #696969. Windows color (decimal): -778370 or 8265716. OLE color: 8265716.

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

Color convert

RGB 244 31 126 -
CMYK 0 0.87 0.48 0.04
HSL 333.24º 0.91% 0.54% -
HSV(B) 333.24º 0.87% 0.96% -
XYZ 41.56 21.72 21.74 -
YUV 105.52 139.57 226.78 -
System Red Green Blue C M Y K H S L
Decimal 244 31 126 0 0.87 0.48 0.04 333.24 0.91 0.54
Hex F4 1F 7E 0 57 30 4 14D 5B 36
Octal 364 37 176 0 127 60 4 515 133 66
Binary 11110100 11111 1111110 0 1010111 110000 100 101001101 1011011 110110

Color Harmonies of #F41F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41F7E

Black with #F41F7E

Text Example


Text Example

White with #F41F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41F7E; }

 p { color: rgb(244,31,126); }

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

background-color css

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

 a { background-color: rgb(244,31,126); }

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

border-color css

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

 span { border-color: rgb(244,31,126); }

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