Html Css Color HEX #F80FB1 Spicy Pink

📋 copy color: '#F80FB1'

red 248 ◦ green 15 ◦ blue 177

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

Shades of Spicy Pink #F80FB1

Tints of Spicy Pink #F80FB1

RGB

 RED value IS 248 (97.27% from 255) = 56.36%

 GREEN value IS 15 (6.25% from 255) = 3.41%

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

R = 56.36%
G = 3.41%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F80FB1 (or 0xF80FB1) is known color: Spicy Pink. HEX triplet: F8, 0F and B1. RGB value is (248,15,177). Sum of RGB (Red+Green+Blue) = 248+15+177=440 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.36% from 440); Green value is 15 (6.25% from 255 or 3.41% from 440); Blue value is 177 (69.53% from 255 or 40.23% from 440); Max value from RGB is 248 - color contains mainly: red. Hex color #F80FB1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80FB1 is #07F04E. Grayscale: #666666. Windows color (decimal): -520271 or 11603960. OLE color: 11603960.

HSL color Cylindrical-coordinate representation of color #F80FB1: hue angle of 318.28º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F80FB1 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 15 177 -
CMYK 0 0.94 0.29 0.03
HSL 318.28º 0.94% 0.52% -
HSV(B) 318.28º 0.94% 0.97% -
XYZ 46.82 23.47 43.66 -
YUV 103.14 169.69 231.33 -
System Red Green Blue C M Y K H S L
Decimal 248 15 177 0 0.94 0.29 0.03 318.28 0.94 0.52
Hex F8 F B1 0 5E 1D 3 13E 5E 34
Octal 370 17 261 0 136 35 3 476 136 64
Binary 11111000 1111 10110001 0 1011110 11101 11 100111110 1011110 110100

Color Harmonies of #F80FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80FB1

Black with #F80FB1

Text Example


Text Example

White with #F80FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80FB1; }

 p { color: rgb(248,15,177); }

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

background-color css

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

 a { background-color: rgb(248,15,177); }

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

border-color css

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

 span { border-color: rgb(248,15,177); }

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