Html Css Color HEX #F12DB6 Spicy Pink

📋 copy color: '#F12DB6'

red 241 ◦ green 45 ◦ blue 182

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

Shades of Spicy Pink #F12DB6

Tints of Spicy Pink #F12DB6

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.62%

 BLUE value IS 182 (71.48% from 255) = 38.89%

R = 51.5%
G = 9.62%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F12DB6 (or 0xF12DB6) is known color: Spicy Pink. HEX triplet: F1, 2D and B6. RGB value is (241,45,182). Sum of RGB (Red+Green+Blue) = 241+45+182=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 45 (17.97% from 255 or 9.62% from 468); Blue value is 182 (71.48% from 255 or 38.89% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F12DB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12DB6 is #0ED249. Grayscale: #767676. Windows color (decimal): -971338 or 11939313. OLE color: 11939313.

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

Color convert

RGB 241 45 182 -
CMYK 0 0.81 0.24 0.05
HSL 318.06º 0.88% 0.56% -
HSV(B) 318.06º 0.81% 0.95% -
XYZ 45.66 23.95 46.47 -
YUV 119.22 163.43 214.86 -
System Red Green Blue C M Y K H S L
Decimal 241 45 182 0 0.81 0.24 0.05 318.06 0.88 0.56
Hex F1 2D B6 0 51 18 5 13E 58 38
Octal 361 55 266 0 121 30 5 476 130 70
Binary 11110001 101101 10110110 0 1010001 11000 101 100111110 1011000 111000

Color Harmonies of #F12DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12DB6

Black with #F12DB6

Text Example


Text Example

White with #F12DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12DB6; }

 p { color: rgb(241,45,182); }

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

background-color css

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

 a { background-color: rgb(241,45,182); }

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

border-color css

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

 span { border-color: rgb(241,45,182); }

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