Html Css Color HEX #F12184 Deep Pink

📋 copy color: '#F12184'

red 241 ◦ green 33 ◦ blue 132

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

Shades of Deep Pink #F12184

Tints of Deep Pink #F12184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.51%

R = 59.36%
G = 8.13%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F12184 (or 0xF12184) is known color: Deep Pink. HEX triplet: F1, 21 and 84. RGB value is (241,33,132). Sum of RGB (Red+Green+Blue) = 241+33+132=406 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.36% from 406); Green value is 33 (13.28% from 255 or 8.13% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 241 - color contains mainly: red. Hex color #F12184 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12184 is #0EDE7B. Grayscale: #6A6A6A. Windows color (decimal): -974460 or 8659441. OLE color: 8659441.

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

Color convert

RGB 241 33 132 -
CMYK 0 0.86 0.45 0.05
HSL 331.44º 0.88% 0.54% -
HSV(B) 331.44º 0.86% 0.95% -
XYZ 40.98 21.45 23.81 -
YUV 106.48 142.41 223.95 -
System Red Green Blue C M Y K H S L
Decimal 241 33 132 0 0.86 0.45 0.05 331.44 0.88 0.54
Hex F1 21 84 0 56 2D 5 14B 58 36
Octal 361 41 204 0 126 55 5 513 130 66
Binary 11110001 100001 10000100 0 1010110 101101 101 101001011 1011000 110110

Color Harmonies of #F12184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12184

Black with #F12184

Text Example


Text Example

White with #F12184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12184; }

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

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

background-color css

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

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

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

border-color css

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

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

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