Html Css Color HEX #F811AF Spicy Pink

📋 copy color: '#F811AF'

red 248 ◦ green 17 ◦ blue 175

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

Shades of Spicy Pink #F811AF

Tints of Spicy Pink #F811AF

RGB

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

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

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

R = 56.36%
G = 3.86%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F811AF (or 0xF811AF) is known color: Spicy Pink. HEX triplet: F8, 11 and AF. RGB value is (248,17,175). Sum of RGB (Red+Green+Blue) = 248+17+175=440 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.36% from 440); Green value is 17 (7.03% from 255 or 3.86% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 248 - color contains mainly: red. Hex color #F811AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F811AF is #07EE50. Grayscale: #676767. Windows color (decimal): -519761 or 11473400. OLE color: 11473400.

HSL color Cylindrical-coordinate representation of color #F811AF: hue angle of 318.96º 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 #F811AF is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 17 175 -
CMYK 0 0.93 0.29 0.03
HSL 318.96º 0.94% 0.52% -
HSV(B) 318.96º 0.93% 0.97% -
XYZ 46.65 23.45 42.63 -
YUV 104.08 168.03 230.65 -
System Red Green Blue C M Y K H S L
Decimal 248 17 175 0 0.93 0.29 0.03 318.96 0.94 0.52
Hex F8 11 AF 0 5D 1D 3 13F 5E 34
Octal 370 21 257 0 135 35 3 477 136 64
Binary 11111000 10001 10101111 0 1011101 11101 11 100111111 1011110 110100

Color Harmonies of #F811AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F811AF

Black with #F811AF

Text Example


Text Example

White with #F811AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F811AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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