Html Css Color HEX #F12AB0 Spicy Pink

📋 copy color: '#F12AB0'

red 241 ◦ green 42 ◦ blue 176

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

Shades of Spicy Pink #F12AB0

Tints of Spicy Pink #F12AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.34%

R = 52.51%
G = 9.15%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F12AB0 (or 0xF12AB0) is known color: Spicy Pink. HEX triplet: F1, 2A and B0. RGB value is (241,42,176). Sum of RGB (Red+Green+Blue) = 241+42+176=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 42 (16.80% from 255 or 9.15% from 459); Blue value is 176 (69.14% from 255 or 38.34% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F12AB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12AB0 is #0ED54F. Grayscale: #747474. Windows color (decimal): -972112 or 11545329. OLE color: 11545329.

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

Color convert

RGB 241 42 176 -
CMYK 0 0.83 0.27 0.05
HSL 319.6º 0.88% 0.55% -
HSV(B) 319.6º 0.83% 0.95% -
XYZ 44.94 23.49 43.24 -
YUV 116.78 161.43 216.6 -
System Red Green Blue C M Y K H S L
Decimal 241 42 176 0 0.83 0.27 0.05 319.6 0.88 0.55
Hex F1 2A B0 0 53 1B 5 140 58 37
Octal 361 52 260 0 123 33 5 500 130 67
Binary 11110001 101010 10110000 0 1010011 11011 101 101000000 1011000 110111

Color Harmonies of #F12AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12AB0

Black with #F12AB0

Text Example


Text Example

White with #F12AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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