Html Css Color HEX #F113A6 Spicy Pink

📋 copy color: '#F113A6'

red 241 ◦ green 19 ◦ blue 166

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

Shades of Spicy Pink #F113A6

Tints of Spicy Pink #F113A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.97%

R = 56.57%
G = 4.46%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F113A6 (or 0xF113A6) is known color: Spicy Pink. HEX triplet: F1, 13 and A6. RGB value is (241,19,166). Sum of RGB (Red+Green+Blue) = 241+19+166=426 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.57% from 426); Green value is 19 (7.81% from 255 or 4.46% from 426); Blue value is 166 (65.23% from 255 or 38.97% from 426); Max value from RGB is 241 - color contains mainly: red. Hex color #F113A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F113A6 is #0EEC59. Grayscale: #656565. Windows color (decimal): -978010 or 10884081. OLE color: 10884081.

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

Color convert

RGB 241 19 166 -
CMYK 0 0.92 0.31 0.05
HSL 320.27º 0.89% 0.51% -
HSV(B) 320.27º 0.92% 0.95% -
XYZ 43.39 21.92 38.02 -
YUV 102.14 164.05 227.05 -
System Red Green Blue C M Y K H S L
Decimal 241 19 166 0 0.92 0.31 0.05 320.27 0.89 0.51
Hex F1 13 A6 0 5C 1F 5 140 59 33
Octal 361 23 246 0 134 37 5 500 131 63
Binary 11110001 10011 10100110 0 1011100 11111 101 101000000 1011001 110011

Color Harmonies of #F113A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F113A6

Black with #F113A6

Text Example


Text Example

White with #F113A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F113A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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