Html Css Color HEX #F811AC Spicy Pink

📋 copy color: '#F811AC'

red 248 ◦ green 17 ◦ blue 172

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

Shades of Spicy Pink #F811AC

Tints of Spicy Pink #F811AC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.89%

 BLUE value IS 172 (67.58% from 255) = 39.36%

R = 56.75%
G = 3.89%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F811AC (or 0xF811AC) is known color: Spicy Pink. HEX triplet: F8, 11 and AC. RGB value is (248,17,172). Sum of RGB (Red+Green+Blue) = 248+17+172=437 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.75% from 437); Green value is 17 (7.03% from 255 or 3.89% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 248 - color contains mainly: red. Hex color #F811AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F811AC is #07EE53. Grayscale: #676767. Windows color (decimal): -519764 or 11276792. OLE color: 11276792.

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

Color convert

RGB 248 17 172 -
CMYK 0 0.93 0.31 0.03
HSL 319.74º 0.94% 0.52% -
HSV(B) 319.74º 0.93% 0.97% -
XYZ 46.36 23.34 41.09 -
YUV 103.74 166.53 230.9 -
System Red Green Blue C M Y K H S L
Decimal 248 17 172 0 0.93 0.31 0.03 319.74 0.94 0.52
Hex F8 11 AC 0 5D 1F 3 140 5E 34
Octal 370 21 254 0 135 37 3 500 136 64
Binary 11111000 10001 10101100 0 1011101 11111 11 101000000 1011110 110100

Color Harmonies of #F811AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F811AC

Black with #F811AC

Text Example


Text Example

White with #F811AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F811AC; }

 p { color: rgb(248,17,172); }

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

background-color css

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

 a { background-color: rgb(248,17,172); }

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

border-color css

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

 span { border-color: rgb(248,17,172); }

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