Html Css Color HEX #F81FBA Spicy Pink

📋 copy color: '#F81FBA'

red 248 ◦ green 31 ◦ blue 186

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

Shades of Spicy Pink #F81FBA

Tints of Spicy Pink #F81FBA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.67%

 BLUE value IS 186 (73.05% from 255) = 40%

R = 53.33%
G = 6.67%
B = 40%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F81FBA (or 0xF81FBA) is known color: Spicy Pink. HEX triplet: F8, 1F and BA. RGB value is (248,31,186). Sum of RGB (Red+Green+Blue) = 248+31+186=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 31 (12.5% from 255 or 6.67% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F81FBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81FBA is #07E045. Grayscale: #717171. Windows color (decimal): -516166 or 12197880. OLE color: 12197880.

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

Color convert

RGB 248 31 186 -
CMYK 0 0.88 0.25 0.03
HSL 317.14º 0.94% 0.55% -
HSV(B) 317.14º 0.88% 0.97% -
XYZ 48.06 24.48 48.65 -
YUV 113.55 168.89 223.9 -
System Red Green Blue C M Y K H S L
Decimal 248 31 186 0 0.88 0.25 0.03 317.14 0.94 0.55
Hex F8 1F BA 0 58 19 3 13D 5E 37
Octal 370 37 272 0 130 31 3 475 136 67
Binary 11111000 11111 10111010 0 1011000 11001 11 100111101 1011110 110111

Color Harmonies of #F81FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81FBA

Black with #F81FBA

Text Example


Text Example

White with #F81FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81FBA; }

 p { color: rgb(248,31,186); }

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

background-color css

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

 a { background-color: rgb(248,31,186); }

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

border-color css

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

 span { border-color: rgb(248,31,186); }

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