Html Css Color HEX #F115A5 Spicy Pink

📋 copy color: '#F115A5'

red 241 ◦ green 21 ◦ blue 165

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

Shades of Spicy Pink #F115A5

Tints of Spicy Pink #F115A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.64%

R = 56.44%
G = 4.92%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F115A5 (or 0xF115A5) is known color: Spicy Pink. HEX triplet: F1, 15 and A5. RGB value is (241,21,165). Sum of RGB (Red+Green+Blue) = 241+21+165=427 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.44% from 427); Green value is 21 (8.59% from 255 or 4.92% from 427); Blue value is 165 (64.84% from 255 or 38.64% from 427); Max value from RGB is 241 - color contains mainly: red. Hex color #F115A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F115A5 is #0EEA5A. Grayscale: #666666. Windows color (decimal): -977499 or 10819057. OLE color: 10819057.

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

Color convert

RGB 241 21 165 -
CMYK 0 0.91 0.32 0.05
HSL 320.73º 0.89% 0.51% -
HSV(B) 320.73º 0.91% 0.95% -
XYZ 43.34 21.95 37.55 -
YUV 103.2 162.89 226.29 -
System Red Green Blue C M Y K H S L
Decimal 241 21 165 0 0.91 0.32 0.05 320.73 0.89 0.51
Hex F1 15 A5 0 5B 20 5 141 59 33
Octal 361 25 245 0 133 40 5 501 131 63
Binary 11110001 10101 10100101 0 1011011 100000 101 101000001 1011001 110011

Color Harmonies of #F115A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F115A5

Black with #F115A5

Text Example


Text Example

White with #F115A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F115A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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