Html Css Color HEX #F12195 Deep Pink

📋 copy color: '#F12195'

red 241 ◦ green 33 ◦ blue 149

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

Shades of Deep Pink #F12195

Tints of Deep Pink #F12195

RGB

 RED value IS 241 (94.53% from 255) = 56.97%

 GREEN value IS 33 (13.28% from 255) = 7.8%

 BLUE value IS 149 (58.59% from 255) = 35.22%

R = 56.97%
G = 7.8%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F12195 (or 0xF12195) is known color: Deep Pink. HEX triplet: F1, 21 and 95. RGB value is (241,33,149). Sum of RGB (Red+Green+Blue) = 241+33+149=423 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.97% from 423); Green value is 33 (13.28% from 255 or 7.80% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 241 - color contains mainly: red. Hex color #F12195 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12195 is #0EDE6A. Grayscale: #6C6C6C. Windows color (decimal): -974443 or 9773553. OLE color: 9773553.

HSL color Cylindrical-coordinate representation of color #F12195: hue angle of 326.54º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F12195 is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 33 149 -
CMYK 0 0.86 0.38 0.05
HSL 326.54º 0.88% 0.54% -
HSV(B) 326.54º 0.86% 0.95% -
XYZ 42.24 21.96 30.45 -
YUV 108.42 150.91 222.57 -
System Red Green Blue C M Y K H S L
Decimal 241 33 149 0 0.86 0.38 0.05 326.54 0.88 0.54
Hex F1 21 95 0 56 26 5 147 58 36
Octal 361 41 225 0 126 46 5 507 130 66
Binary 11110001 100001 10010101 0 1010110 100110 101 101000111 1011000 110110

Color Harmonies of #F12195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12195

Black with #F12195

Text Example


Text Example

White with #F12195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12195; }

 p { color: rgb(241,33,149); }

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

background-color css

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

 a { background-color: rgb(241,33,149); }

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

border-color css

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

 span { border-color: rgb(241,33,149); }

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