Html Css Color HEX #F812AB Spicy Pink

📋 copy color: '#F812AB'

red 248 ◦ green 18 ◦ blue 171

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

Shades of Spicy Pink #F812AB

Tints of Spicy Pink #F812AB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.12%

 BLUE value IS 171 (67.19% from 255) = 39.13%

R = 56.75%
G = 4.12%
B = 39.13%

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

#F812AB (or 0xF812AB) is known color: Spicy Pink. HEX triplet: F8, 12 and AB. RGB value is (248,18,171). Sum of RGB (Red+Green+Blue) = 248+18+171=437 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.75% from 437); Green value is 18 (7.42% from 255 or 4.12% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 248 - color contains mainly: red. Hex color #F812AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F812AB is #07ED54. Grayscale: #676767. Windows color (decimal): -519509 or 11211512. OLE color: 11211512.

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

Color convert

RGB 248 18 171 -
CMYK 0 0.93 0.31 0.03
HSL 320.09º 0.94% 0.52% -
HSV(B) 320.09º 0.93% 0.97% -
XYZ 46.28 23.33 40.59 -
YUV 104.21 165.7 230.56 -
System Red Green Blue C M Y K H S L
Decimal 248 18 171 0 0.93 0.31 0.03 320.09 0.94 0.52
Hex F8 12 AB 0 5D 1F 3 140 5E 34
Octal 370 22 253 0 135 37 3 500 136 64
Binary 11111000 10010 10101011 0 1011101 11111 11 101000000 1011110 110100

Color Harmonies of #F812AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F812AB

Black with #F812AB

Text Example


Text Example

White with #F812AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F812AB; }

 p { color: rgb(248,18,171); }

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

background-color css

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

 a { background-color: rgb(248,18,171); }

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

border-color css

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

 span { border-color: rgb(248,18,171); }

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