Html Css Color HEX #F12190 Deep Pink

📋 copy color: '#F12190'

red 241 ◦ green 33 ◦ blue 144

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

Shades of Deep Pink #F12190

Tints of Deep Pink #F12190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.45%

R = 57.66%
G = 7.89%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F12190 (or 0xF12190) is known color: Deep Pink. HEX triplet: F1, 21 and 90. RGB value is (241,33,144). Sum of RGB (Red+Green+Blue) = 241+33+144=418 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.66% from 418); Green value is 33 (13.28% from 255 or 7.89% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 241 - color contains mainly: red. Hex color #F12190 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12190 is #0EDE6F. Grayscale: #6B6B6B. Windows color (decimal): -974448 or 9445873. OLE color: 9445873.

HSL color Cylindrical-coordinate representation of color #F12190: hue angle of 327.98º 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 #F12190 is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 33 144 -
CMYK 0 0.86 0.40 0.05
HSL 327.98º 0.88% 0.54% -
HSV(B) 327.98º 0.86% 0.95% -
XYZ 41.85 21.8 28.39 -
YUV 107.85 148.41 222.97 -
System Red Green Blue C M Y K H S L
Decimal 241 33 144 0 0.86 0.40 0.05 327.98 0.88 0.54
Hex F1 21 90 0 56 28 5 148 58 36
Octal 361 41 220 0 126 50 5 510 130 66
Binary 11110001 100001 10010000 0 1010110 101000 101 101001000 1011000 110110

Color Harmonies of #F12190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12190

Black with #F12190

Text Example


Text Example

White with #F12190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12190; }

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

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

background-color css

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

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

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

border-color css

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

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

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