Html Css Color HEX #F81BAF Spicy Pink

📋 copy color: '#F81BAF'

red 248 ◦ green 27 ◦ blue 175

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

Shades of Spicy Pink #F81BAF

Tints of Spicy Pink #F81BAF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6%

 BLUE value IS 175 (68.75% from 255) = 38.89%

R = 55.11%
G = 6%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F81BAF (or 0xF81BAF) is known color: Spicy Pink. HEX triplet: F8, 1B and AF. RGB value is (248,27,175). Sum of RGB (Red+Green+Blue) = 248+27+175=450 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.11% from 450); Green value is 27 (10.94% from 255 or 6% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 248 - color contains mainly: red. Hex color #F81BAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81BAF is #07E450. Grayscale: #6D6D6D. Windows color (decimal): -517201 or 11475960. OLE color: 11475960.

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

Color convert

RGB 248 27 175 -
CMYK 0 0.89 0.29 0.03
HSL 319.82º 0.94% 0.54% -
HSV(B) 319.82º 0.89% 0.97% -
XYZ 46.84 23.84 42.69 -
YUV 109.95 164.72 226.47 -
System Red Green Blue C M Y K H S L
Decimal 248 27 175 0 0.89 0.29 0.03 319.82 0.94 0.54
Hex F8 1B AF 0 59 1D 3 140 5E 36
Octal 370 33 257 0 131 35 3 500 136 66
Binary 11111000 11011 10101111 0 1011001 11101 11 101000000 1011110 110110

Color Harmonies of #F81BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81BAF

Black with #F81BAF

Text Example


Text Example

White with #F81BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81BAF; }

 p { color: rgb(248,27,175); }

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

background-color css

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

 a { background-color: rgb(248,27,175); }

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

border-color css

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

 span { border-color: rgb(248,27,175); }

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