Html Css Color HEX #F41298 Deep Pink

📋 copy color: '#F41298'

red 244 ◦ green 18 ◦ blue 152

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

Shades of Deep Pink #F41298

Tints of Deep Pink #F41298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.71%

R = 58.94%
G = 4.35%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F41298 (or 0xF41298) is known color: Deep Pink. HEX triplet: F4, 12 and 98. RGB value is (244,18,152). Sum of RGB (Red+Green+Blue) = 244+18+152=414 (54% of max value = 765). Red value is 244 (95.70% from 255 or 58.94% from 414); Green value is 18 (7.42% from 255 or 4.35% from 414); Blue value is 152 (59.77% from 255 or 36.71% from 414); Max value from RGB is 244 - color contains mainly: red. Hex color #F41298 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41298 is #0BED67. Grayscale: #646464. Windows color (decimal): -781672 or 9966324. OLE color: 9966324.

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

Color convert

RGB 244 18 152 -
CMYK 0 0.93 0.38 0.04
HSL 324.42º 0.91% 0.51% -
HSV(B) 324.42º 0.93% 0.96% -
XYZ 43.19 21.93 31.66 -
YUV 100.85 156.87 230.1 -
System Red Green Blue C M Y K H S L
Decimal 244 18 152 0 0.93 0.38 0.04 324.42 0.91 0.51
Hex F4 12 98 0 5D 26 4 144 5B 33
Octal 364 22 230 0 135 46 4 504 133 63
Binary 11110100 10010 10011000 0 1011101 100110 100 101000100 1011011 110011

Color Harmonies of #F41298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41298

Black with #F41298

Text Example


Text Example

White with #F41298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41298; }

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

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

background-color css

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

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

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

border-color css

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

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

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