Html Css Color HEX #F113AB Spicy Pink

📋 copy color: '#F113AB'

red 241 ◦ green 19 ◦ blue 171

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

Shades of Spicy Pink #F113AB

Tints of Spicy Pink #F113AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.68%

R = 55.92%
G = 4.41%
B = 39.68%

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

#F113AB (or 0xF113AB) is known color: Spicy Pink. HEX triplet: F1, 13 and AB. RGB value is (241,19,171). Sum of RGB (Red+Green+Blue) = 241+19+171=431 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.92% from 431); Green value is 19 (7.81% from 255 or 4.41% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 241 - color contains mainly: red. Hex color #F113AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F113AB is #0EEC54. Grayscale: #666666. Windows color (decimal): -978005 or 11211761. OLE color: 11211761.

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

Color convert

RGB 241 19 171 -
CMYK 0 0.92 0.29 0.05
HSL 318.92º 0.89% 0.51% -
HSV(B) 318.92º 0.92% 0.95% -
XYZ 43.86 22.11 40.48 -
YUV 102.71 166.55 226.64 -
System Red Green Blue C M Y K H S L
Decimal 241 19 171 0 0.92 0.29 0.05 318.92 0.89 0.51
Hex F1 13 AB 0 5C 1D 5 13F 59 33
Octal 361 23 253 0 134 35 5 477 131 63
Binary 11110001 10011 10101011 0 1011100 11101 101 100111111 1011001 110011

Color Harmonies of #F113AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F113AB

Black with #F113AB

Text Example


Text Example

White with #F113AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F113AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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