Html Css Color HEX #F12AB9 Spicy Pink

📋 copy color: '#F12AB9'

red 241 ◦ green 42 ◦ blue 185

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

Shades of Spicy Pink #F12AB9

Tints of Spicy Pink #F12AB9

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.97%

 BLUE value IS 185 (72.66% from 255) = 39.53%

R = 51.5%
G = 8.97%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F12AB9 (or 0xF12AB9) is known color: Spicy Pink. HEX triplet: F1, 2A and B9. RGB value is (241,42,185). Sum of RGB (Red+Green+Blue) = 241+42+185=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 42 (16.80% from 255 or 8.97% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F12AB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12AB9 is #0ED546. Grayscale: #757575. Windows color (decimal): -972103 or 12135153. OLE color: 12135153.

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

Color convert

RGB 241 42 185 -
CMYK 0 0.83 0.23 0.05
HSL 316.88º 0.88% 0.55% -
HSV(B) 316.88º 0.83% 0.95% -
XYZ 45.86 23.86 48.09 -
YUV 117.8 165.93 215.87 -
System Red Green Blue C M Y K H S L
Decimal 241 42 185 0 0.83 0.23 0.05 316.88 0.88 0.55
Hex F1 2A B9 0 53 17 5 13D 58 37
Octal 361 52 271 0 123 27 5 475 130 67
Binary 11110001 101010 10111001 0 1010011 10111 101 100111101 1011000 110111

Color Harmonies of #F12AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12AB9

Black with #F12AB9

Text Example


Text Example

White with #F12AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12AB9; }

 p { color: rgb(241,42,185); }

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

background-color css

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

 a { background-color: rgb(241,42,185); }

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

border-color css

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

 span { border-color: rgb(241,42,185); }

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