Html Css Color HEX #F41292 Deep Pink

📋 copy color: '#F41292'

red 244 ◦ green 18 ◦ blue 146

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

Shades of Deep Pink #F41292

Tints of Deep Pink #F41292

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.41%

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

R = 59.8%
G = 4.41%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F41292 (or 0xF41292) is known color: Deep Pink. HEX triplet: F4, 12 and 92. RGB value is (244,18,146). Sum of RGB (Red+Green+Blue) = 244+18+146=408 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.80% from 408); Green value is 18 (7.42% from 255 or 4.41% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 244 - color contains mainly: red. Hex color #F41292 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41292 is #0BED6D. Grayscale: #636363. Windows color (decimal): -781678 or 9573108. OLE color: 9573108.

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

Color convert

RGB 244 18 146 -
CMYK 0 0.93 0.40 0.04
HSL 326.02º 0.91% 0.51% -
HSV(B) 326.02º 0.93% 0.96% -
XYZ 42.71 21.74 29.14 -
YUV 100.17 153.87 230.59 -
System Red Green Blue C M Y K H S L
Decimal 244 18 146 0 0.93 0.40 0.04 326.02 0.91 0.51
Hex F4 12 92 0 5D 28 4 146 5B 33
Octal 364 22 222 0 135 50 4 506 133 63
Binary 11110100 10010 10010010 0 1011101 101000 100 101000110 1011011 110011

Color Harmonies of #F41292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41292

Black with #F41292

Text Example


Text Example

White with #F41292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41292; }

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

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

background-color css

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

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

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

border-color css

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

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

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