Html Css Color HEX #F12AB7 Spicy Pink

📋 copy color: '#F12AB7'

red 241 ◦ green 42 ◦ blue 183

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

Shades of Spicy Pink #F12AB7

Tints of Spicy Pink #F12AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.27%

R = 51.72%
G = 9.01%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F12AB7 (or 0xF12AB7) is known color: Spicy Pink. HEX triplet: F1, 2A and B7. RGB value is (241,42,183). Sum of RGB (Red+Green+Blue) = 241+42+183=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 42 (16.80% from 255 or 9.01% from 466); Blue value is 183 (71.88% from 255 or 39.27% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F12AB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12AB7 is #0ED548. Grayscale: #757575. Windows color (decimal): -972105 or 12004081. OLE color: 12004081.

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

Color convert

RGB 241 42 183 -
CMYK 0 0.83 0.24 0.05
HSL 317.49º 0.88% 0.55% -
HSV(B) 317.49º 0.83% 0.95% -
XYZ 45.65 23.78 46.98 -
YUV 117.58 164.93 216.04 -
System Red Green Blue C M Y K H S L
Decimal 241 42 183 0 0.83 0.24 0.05 317.49 0.88 0.55
Hex F1 2A B7 0 53 18 5 13D 58 37
Octal 361 52 267 0 123 30 5 475 130 67
Binary 11110001 101010 10110111 0 1010011 11000 101 100111101 1011000 110111

Color Harmonies of #F12AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12AB7

Black with #F12AB7

Text Example


Text Example

White with #F12AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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