Html Css Color HEX #F113A8 Spicy Pink

📋 copy color: '#F113A8'

red 241 ◦ green 19 ◦ blue 168

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

Shades of Spicy Pink #F113A8

Tints of Spicy Pink #F113A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.25%

R = 56.31%
G = 4.44%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F113A8 (or 0xF113A8) is known color: Spicy Pink. HEX triplet: F1, 13 and A8. RGB value is (241,19,168). Sum of RGB (Red+Green+Blue) = 241+19+168=428 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.31% from 428); Green value is 19 (7.81% from 255 or 4.44% from 428); Blue value is 168 (66.02% from 255 or 39.25% from 428); Max value from RGB is 241 - color contains mainly: red. Hex color #F113A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F113A8 is #0EEC57. Grayscale: #656565. Windows color (decimal): -978008 or 11015153. OLE color: 11015153.

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

Color convert

RGB 241 19 168 -
CMYK 0 0.92 0.30 0.05
HSL 319.73º 0.89% 0.51% -
HSV(B) 319.73º 0.92% 0.95% -
XYZ 43.58 21.99 38.99 -
YUV 102.36 165.05 226.88 -
System Red Green Blue C M Y K H S L
Decimal 241 19 168 0 0.92 0.30 0.05 319.73 0.89 0.51
Hex F1 13 A8 0 5C 1E 5 140 59 33
Octal 361 23 250 0 134 36 5 500 131 63
Binary 11110001 10011 10101000 0 1011100 11110 101 101000000 1011001 110011

Color Harmonies of #F113A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F113A8

Black with #F113A8

Text Example


Text Example

White with #F113A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F113A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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