Html Css Color HEX #F41792 Deep Pink

📋 copy color: '#F41792'

red 244 ◦ green 23 ◦ blue 146

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

Shades of Deep Pink #F41792

Tints of Deep Pink #F41792

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.57%

 BLUE value IS 146 (57.42% from 255) = 35.35%

R = 59.08%
G = 5.57%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F41792 (or 0xF41792) is known color: Deep Pink. HEX triplet: F4, 17 and 92. RGB value is (244,23,146). Sum of RGB (Red+Green+Blue) = 244+23+146=413 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.08% from 413); Green value is 23 (9.38% from 255 or 5.57% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 244 - color contains mainly: red. Hex color #F41792 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41792 is #0BE86D. Grayscale: #666666. Windows color (decimal): -780398 or 9574388. OLE color: 9574388.

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

Color convert

RGB 244 23 146 -
CMYK 0 0.91 0.40 0.04
HSL 326.61º 0.91% 0.52% -
HSV(B) 326.61º 0.91% 0.96% -
XYZ 42.8 21.92 29.17 -
YUV 103.1 152.22 228.5 -
System Red Green Blue C M Y K H S L
Decimal 244 23 146 0 0.91 0.40 0.04 326.61 0.91 0.52
Hex F4 17 92 0 5B 28 4 147 5B 34
Octal 364 27 222 0 133 50 4 507 133 64
Binary 11110100 10111 10010010 0 1011011 101000 100 101000111 1011011 110100

Color Harmonies of #F41792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41792

Black with #F41792

Text Example


Text Example

White with #F41792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41792; }

 p { color: rgb(244,23,146); }

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

background-color css

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

 a { background-color: rgb(244,23,146); }

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

border-color css

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

 span { border-color: rgb(244,23,146); }

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