Html Css Color HEX #F118A6 Spicy Pink

📋 copy color: '#F118A6'

red 241 ◦ green 24 ◦ blue 166

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

Shades of Spicy Pink #F118A6

Tints of Spicy Pink #F118A6

RGB

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

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

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

R = 55.92%
G = 5.57%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F118A6 (or 0xF118A6) is known color: Spicy Pink. HEX triplet: F1, 18 and A6. RGB value is (241,24,166). Sum of RGB (Red+Green+Blue) = 241+24+166=431 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.92% from 431); Green value is 24 (9.77% from 255 or 5.57% from 431); Blue value is 166 (65.23% from 255 or 38.52% from 431); Max value from RGB is 241 - color contains mainly: red. Hex color #F118A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F118A6 is #0EE759. Grayscale: #686868. Windows color (decimal): -976730 or 10885361. OLE color: 10885361.

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

Color convert

RGB 241 24 166 -
CMYK 0 0.90 0.31 0.05
HSL 320.74º 0.89% 0.52% -
HSV(B) 320.74º 0.9% 0.95% -
XYZ 43.49 22.11 38.05 -
YUV 105.07 162.39 224.95 -
System Red Green Blue C M Y K H S L
Decimal 241 24 166 0 0.90 0.31 0.05 320.74 0.89 0.52
Hex F1 18 A6 0 5A 1F 5 141 59 34
Octal 361 30 246 0 132 37 5 501 131 64
Binary 11110001 11000 10100110 0 1011010 11111 101 101000001 1011001 110100

Color Harmonies of #F118A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F118A6

Black with #F118A6

Text Example


Text Example

White with #F118A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F118A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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