Html Css Color HEX #F113AA Spicy Pink

📋 copy color: '#F113AA'

red 241 ◦ green 19 ◦ blue 170

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

Shades of Spicy Pink #F113AA

Tints of Spicy Pink #F113AA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.42%

 BLUE value IS 170 (66.8% from 255) = 39.53%

R = 56.05%
G = 4.42%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F113AA (or 0xF113AA) is known color: Spicy Pink. HEX triplet: F1, 13 and AA. RGB value is (241,19,170). Sum of RGB (Red+Green+Blue) = 241+19+170=430 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.05% from 430); Green value is 19 (7.81% from 255 or 4.42% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 241 - color contains mainly: red. Hex color #F113AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F113AA is #0EEC55. Grayscale: #666666. Windows color (decimal): -978006 or 11146225. OLE color: 11146225.

HSL color Cylindrical-coordinate representation of color #F113AA: hue angle of 319.19º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F113AA is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 19 170 -
CMYK 0 0.92 0.29 0.05
HSL 319.19º 0.89% 0.51% -
HSV(B) 319.19º 0.92% 0.95% -
XYZ 43.76 22.07 39.98 -
YUV 102.59 166.05 226.72 -
System Red Green Blue C M Y K H S L
Decimal 241 19 170 0 0.92 0.29 0.05 319.19 0.89 0.51
Hex F1 13 AA 0 5C 1D 5 13F 59 33
Octal 361 23 252 0 134 35 5 477 131 63
Binary 11110001 10011 10101010 0 1011100 11101 101 100111111 1011001 110011

Color Harmonies of #F113AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F113AA

Black with #F113AA

Text Example


Text Example

White with #F113AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F113AA; }

 p { color: rgb(241,19,170); }

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

background-color css

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

 a { background-color: rgb(241,19,170); }

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

border-color css

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

 span { border-color: rgb(241,19,170); }

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