Html Css Color HEX #F12DB5 Spicy Pink

📋 copy color: '#F12DB5'

red 241 ◦ green 45 ◦ blue 181

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

Shades of Spicy Pink #F12DB5

Tints of Spicy Pink #F12DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.76%

R = 51.61%
G = 9.64%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F12DB5 (or 0xF12DB5) is known color: Spicy Pink. HEX triplet: F1, 2D and B5. RGB value is (241,45,181). Sum of RGB (Red+Green+Blue) = 241+45+181=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 45 (17.97% from 255 or 9.64% from 467); Blue value is 181 (71.09% from 255 or 38.76% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F12DB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12DB5 is #0ED24A. Grayscale: #767676. Windows color (decimal): -971339 or 11873777. OLE color: 11873777.

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

Color convert

RGB 241 45 181 -
CMYK 0 0.81 0.25 0.05
HSL 318.37º 0.88% 0.56% -
HSV(B) 318.37º 0.81% 0.95% -
XYZ 45.55 23.91 45.93 -
YUV 119.11 162.93 214.94 -
System Red Green Blue C M Y K H S L
Decimal 241 45 181 0 0.81 0.25 0.05 318.37 0.88 0.56
Hex F1 2D B5 0 51 19 5 13E 58 38
Octal 361 55 265 0 121 31 5 476 130 70
Binary 11110001 101101 10110101 0 1010001 11001 101 100111110 1011000 111000

Color Harmonies of #F12DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12DB5

Black with #F12DB5

Text Example


Text Example

White with #F12DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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