Html Css Color HEX #F118A8 Spicy Pink

📋 copy color: '#F118A8'

red 241 ◦ green 24 ◦ blue 168

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

Shades of Spicy Pink #F118A8

Tints of Spicy Pink #F118A8

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.54%

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

R = 55.66%
G = 5.54%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F118A8 (or 0xF118A8) is known color: Spicy Pink. HEX triplet: F1, 18 and A8. RGB value is (241,24,168). Sum of RGB (Red+Green+Blue) = 241+24+168=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 24 (9.77% from 255 or 5.54% from 433); Blue value is 168 (66.02% from 255 or 38.80% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F118A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F118A8 is #0EE757. Grayscale: #686868. Windows color (decimal): -976728 or 11016433. OLE color: 11016433.

HSL color Cylindrical-coordinate representation of color #F118A8: hue angle of 320.18º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F118A8 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 24 168 -
CMYK 0 0.90 0.30 0.05
HSL 320.18º 0.89% 0.52% -
HSV(B) 320.18º 0.9% 0.95% -
XYZ 43.67 22.18 39.03 -
YUV 105.3 163.39 224.79 -
System Red Green Blue C M Y K H S L
Decimal 241 24 168 0 0.90 0.30 0.05 320.18 0.89 0.52
Hex F1 18 A8 0 5A 1E 5 140 59 34
Octal 361 30 250 0 132 36 5 500 131 64
Binary 11110001 11000 10101000 0 1011010 11110 101 101000000 1011001 110100

Color Harmonies of #F118A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F118A8

Black with #F118A8

Text Example


Text Example

White with #F118A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F118A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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