Html Css Color HEX #F915A7 Spicy Pink

📋 copy color: '#F915A7'

red 249 ◦ green 21 ◦ blue 167

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

Shades of Spicy Pink #F915A7

Tints of Spicy Pink #F915A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 38.22%

R = 56.98%
G = 4.81%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F915A7 (or 0xF915A7) is known color: Spicy Pink. HEX triplet: F9, 15 and A7. RGB value is (249,21,167). Sum of RGB (Red+Green+Blue) = 249+21+167=437 (57% of max value = 765). Red value is 249 (97.66% from 255 or 56.98% from 437); Green value is 21 (8.59% from 255 or 4.81% from 437); Blue value is 167 (65.62% from 255 or 38.22% from 437); Max value from RGB is 249 - color contains mainly: red. Hex color #F915A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F915A7 is #06EA58. Grayscale: #696969. Windows color (decimal): -453209 or 10950137. OLE color: 10950137.

HSL color Cylindrical-coordinate representation of color #F915A7: hue angle of 321.58º 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 #F915A7 is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 21 167 -
CMYK 0 0.92 0.33 0.02
HSL 321.58º 0.95% 0.53% -
HSV(B) 321.58º 0.92% 0.98% -
XYZ 46.31 23.47 38.65 -
YUV 105.82 162.54 230.13 -
System Red Green Blue C M Y K H S L
Decimal 249 21 167 0 0.92 0.33 0.02 321.58 0.95 0.53
Hex F9 15 A7 0 5C 21 2 142 5F 35
Octal 371 25 247 0 134 41 2 502 137 65
Binary 11111001 10101 10100111 0 1011100 100001 10 101000010 1011111 110101

Color Harmonies of #F915A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F915A7

Black with #F915A7

Text Example


Text Example

White with #F915A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F915A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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