Html Css Color HEX #F41297 Deep Pink

📋 copy color: '#F41297'

red 244 ◦ green 18 ◦ blue 151

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

Shades of Deep Pink #F41297

Tints of Deep Pink #F41297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.56%

R = 59.08%
G = 4.36%
B = 36.56%

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

#F41297 (or 0xF41297) is known color: Deep Pink. HEX triplet: F4, 12 and 97. RGB value is (244,18,151). Sum of RGB (Red+Green+Blue) = 244+18+151=413 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.08% from 413); Green value is 18 (7.42% from 255 or 4.36% from 413); Blue value is 151 (59.38% from 255 or 36.56% from 413); Max value from RGB is 244 - color contains mainly: red. Hex color #F41297 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41297 is #0BED68. Grayscale: #646464. Windows color (decimal): -781673 or 9900788. OLE color: 9900788.

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

Color convert

RGB 244 18 151 -
CMYK 0 0.93 0.38 0.04
HSL 324.69º 0.91% 0.51% -
HSV(B) 324.69º 0.93% 0.96% -
XYZ 43.11 21.9 31.23 -
YUV 100.74 156.37 230.19 -
System Red Green Blue C M Y K H S L
Decimal 244 18 151 0 0.93 0.38 0.04 324.69 0.91 0.51
Hex F4 12 97 0 5D 26 4 145 5B 33
Octal 364 22 227 0 135 46 4 505 133 63
Binary 11110100 10010 10010111 0 1011101 100110 100 101000101 1011011 110011

Color Harmonies of #F41297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41297

Black with #F41297

Text Example


Text Example

White with #F41297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41297; }

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

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

background-color css

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

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

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

border-color css

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

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

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