Html Css Color HEX #F115AD Spicy Pink

📋 copy color: '#F115AD'

red 241 ◦ green 21 ◦ blue 173

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

Shades of Spicy Pink #F115AD

Tints of Spicy Pink #F115AD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.83%

 BLUE value IS 173 (67.97% from 255) = 39.77%

R = 55.4%
G = 4.83%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F115AD (or 0xF115AD) is known color: Spicy Pink. HEX triplet: F1, 15 and AD. RGB value is (241,21,173). Sum of RGB (Red+Green+Blue) = 241+21+173=435 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.40% from 435); Green value is 21 (8.59% from 255 or 4.83% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 241 - color contains mainly: red. Hex color #F115AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F115AD is #0EEA52. Grayscale: #676767. Windows color (decimal): -977491 or 11343345. OLE color: 11343345.

HSL color Cylindrical-coordinate representation of color #F115AD: hue angle of 318.55º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F115AD is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 21 173 -
CMYK 0 0.91 0.28 0.05
HSL 318.55º 0.89% 0.51% -
HSV(B) 318.55º 0.91% 0.95% -
XYZ 44.09 22.25 41.51 -
YUV 104.11 166.89 225.64 -
System Red Green Blue C M Y K H S L
Decimal 241 21 173 0 0.91 0.28 0.05 318.55 0.89 0.51
Hex F1 15 AD 0 5B 1C 5 13F 59 33
Octal 361 25 255 0 133 34 5 477 131 63
Binary 11110001 10101 10101101 0 1011011 11100 101 100111111 1011001 110011

Color Harmonies of #F115AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F115AD

Black with #F115AD

Text Example


Text Example

White with #F115AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F115AD; }

 p { color: rgb(241,21,173); }

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

background-color css

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

 a { background-color: rgb(241,21,173); }

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

border-color css

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

 span { border-color: rgb(241,21,173); }

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