Html Css Color HEX #F312AA Spicy Pink

📋 copy color: '#F312AA'

red 243 ◦ green 18 ◦ blue 170

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

Shades of Spicy Pink #F312AA

Tints of Spicy Pink #F312AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.44%

R = 56.38%
G = 4.18%
B = 39.44%

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

#F312AA (or 0xF312AA) is known color: Spicy Pink. HEX triplet: F3, 12 and AA. RGB value is (243,18,170). Sum of RGB (Red+Green+Blue) = 243+18+170=431 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.38% from 431); Green value is 18 (7.42% from 255 or 4.18% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 243 - color contains mainly: red. Hex color #F312AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F312AA is #0CED55. Grayscale: #666666. Windows color (decimal): -847190 or 11145971. OLE color: 11145971.

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

Color convert

RGB 243 18 170 -
CMYK 0 0.93 0.30 0.05
HSL 319.47º 0.9% 0.51% -
HSV(B) 319.47º 0.93% 0.95% -
XYZ 44.43 22.39 40.01 -
YUV 102.6 166.04 228.14 -
System Red Green Blue C M Y K H S L
Decimal 243 18 170 0 0.93 0.30 0.05 319.47 0.9 0.51
Hex F3 12 AA 0 5D 1E 5 13F 5A 33
Octal 363 22 252 0 135 36 5 477 132 63
Binary 11110011 10010 10101010 0 1011101 11110 101 100111111 1011010 110011

Color Harmonies of #F312AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F312AA

Black with #F312AA

Text Example


Text Example

White with #F312AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F312AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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