Html Css Color HEX #F312AB Spicy Pink

📋 copy color: '#F312AB'

red 243 ◦ green 18 ◦ blue 171

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

Shades of Spicy Pink #F312AB

Tints of Spicy Pink #F312AB

RGB

 RED value IS 243 (95.31% from 255) = 56.25%

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

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

R = 56.25%
G = 4.17%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F312AB (or 0xF312AB) is known color: Spicy Pink. HEX triplet: F3, 12 and AB. RGB value is (243,18,171). Sum of RGB (Red+Green+Blue) = 243+18+171=432 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.25% from 432); Green value is 18 (7.42% from 255 or 4.17% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 243 - color contains mainly: red. Hex color #F312AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F312AB is #0CED54. Grayscale: #666666. Windows color (decimal): -847189 or 11211507. OLE color: 11211507.

HSL color Cylindrical-coordinate representation of color #F312AB: hue angle of 319.2º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F312AB is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 18 171 -
CMYK 0 0.93 0.30 0.05
HSL 319.2º 0.9% 0.51% -
HSV(B) 319.2º 0.93% 0.95% -
XYZ 44.53 22.43 40.51 -
YUV 102.72 166.54 228.06 -
System Red Green Blue C M Y K H S L
Decimal 243 18 171 0 0.93 0.30 0.05 319.2 0.9 0.51
Hex F3 12 AB 0 5D 1E 5 13F 5A 33
Octal 363 22 253 0 135 36 5 477 132 63
Binary 11110011 10010 10101011 0 1011101 11110 101 100111111 1011010 110011

Color Harmonies of #F312AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F312AB

Black with #F312AB

Text Example


Text Example

White with #F312AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F312AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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