Html Css Color HEX #F915B1 Spicy Pink

📋 copy color: '#F915B1'

red 249 ◦ green 21 ◦ blue 177

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

Shades of Spicy Pink #F915B1

Tints of Spicy Pink #F915B1

RGB

 RED value IS 249 (97.66% from 255) = 55.7%

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

 BLUE value IS 177 (69.53% from 255) = 39.6%

R = 55.7%
G = 4.7%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F915B1 (or 0xF915B1) is known color: Spicy Pink. HEX triplet: F9, 15 and B1. RGB value is (249,21,177). Sum of RGB (Red+Green+Blue) = 249+21+177=447 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.70% from 447); Green value is 21 (8.59% from 255 or 4.70% from 447); Blue value is 177 (69.53% from 255 or 39.60% from 447); Max value from RGB is 249 - color contains mainly: red. Hex color #F915B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F915B1 is #06EA4E. Grayscale: #6A6A6A. Windows color (decimal): -453199 or 11605497. OLE color: 11605497.

HSL color Cylindrical-coordinate representation of color #F915B1: hue angle of 318.95º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F915B1 is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 21 177 -
CMYK 0 0.92 0.29 0.02
HSL 318.95º 0.95% 0.53% -
HSV(B) 318.95º 0.92% 0.98% -
XYZ 47.27 23.85 43.71 -
YUV 106.96 167.54 229.32 -
System Red Green Blue C M Y K H S L
Decimal 249 21 177 0 0.92 0.29 0.02 318.95 0.95 0.53
Hex F9 15 B1 0 5C 1D 2 13F 5F 35
Octal 371 25 261 0 134 35 2 477 137 65
Binary 11111001 10101 10110001 0 1011100 11101 10 100111111 1011111 110101

Color Harmonies of #F915B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F915B1

Black with #F915B1

Text Example


Text Example

White with #F915B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F915B1; }

 p { color: rgb(249,21,177); }

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

background-color css

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

 a { background-color: rgb(249,21,177); }

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

border-color css

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

 span { border-color: rgb(249,21,177); }

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