Html Css Color HEX #F12AB3 Spicy Pink

📋 copy color: '#F12AB3'

red 241 ◦ green 42 ◦ blue 179

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

Shades of Spicy Pink #F12AB3

Tints of Spicy Pink #F12AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.74%

R = 52.16%
G = 9.09%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F12AB3 (or 0xF12AB3) is known color: Spicy Pink. HEX triplet: F1, 2A and B3. RGB value is (241,42,179). Sum of RGB (Red+Green+Blue) = 241+42+179=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 42 (16.80% from 255 or 9.09% from 462); Blue value is 179 (70.31% from 255 or 38.74% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F12AB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12AB3 is #0ED54C. Grayscale: #747474. Windows color (decimal): -972109 or 11741937. OLE color: 11741937.

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

Color convert

RGB 241 42 179 -
CMYK 0 0.83 0.26 0.05
HSL 318.69º 0.88% 0.55% -
HSV(B) 318.69º 0.83% 0.95% -
XYZ 45.24 23.61 44.82 -
YUV 117.12 162.93 216.36 -
System Red Green Blue C M Y K H S L
Decimal 241 42 179 0 0.83 0.26 0.05 318.69 0.88 0.55
Hex F1 2A B3 0 53 1A 5 13F 58 37
Octal 361 52 263 0 123 32 5 477 130 67
Binary 11110001 101010 10110011 0 1010011 11010 101 100111111 1011000 110111

Color Harmonies of #F12AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12AB3

Black with #F12AB3

Text Example


Text Example

White with #F12AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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