Html Css Color HEX #F113A4 Spicy Pink

📋 copy color: '#F113A4'

red 241 ◦ green 19 ◦ blue 164

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

Shades of Spicy Pink #F113A4

Tints of Spicy Pink #F113A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 38.68%

R = 56.84%
G = 4.48%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F113A4 (or 0xF113A4) is known color: Spicy Pink. HEX triplet: F1, 13 and A4. RGB value is (241,19,164). Sum of RGB (Red+Green+Blue) = 241+19+164=424 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.84% from 424); Green value is 19 (7.81% from 255 or 4.48% from 424); Blue value is 164 (64.45% from 255 or 38.68% from 424); Max value from RGB is 241 - color contains mainly: red. Hex color #F113A4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F113A4 is #0EEC5B. Grayscale: #656565. Windows color (decimal): -978012 or 10753009. OLE color: 10753009.

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

Color convert

RGB 241 19 164 -
CMYK 0 0.92 0.32 0.05
HSL 320.81º 0.89% 0.51% -
HSV(B) 320.81º 0.92% 0.95% -
XYZ 43.21 21.85 37.06 -
YUV 101.91 163.05 227.21 -
System Red Green Blue C M Y K H S L
Decimal 241 19 164 0 0.92 0.32 0.05 320.81 0.89 0.51
Hex F1 13 A4 0 5C 20 5 141 59 33
Octal 361 23 244 0 134 40 5 501 131 63
Binary 11110001 10011 10100100 0 1011100 100000 101 101000001 1011001 110011

Color Harmonies of #F113A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F113A4

Black with #F113A4

Text Example


Text Example

White with #F113A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F113A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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