Html Css Color HEX #F31FAA Spicy Pink

📋 copy color: '#F31FAA'

red 243 ◦ green 31 ◦ blue 170

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

Shades of Spicy Pink #F31FAA

Tints of Spicy Pink #F31FAA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.98%

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

R = 54.73%
G = 6.98%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F31FAA (or 0xF31FAA) is known color: Spicy Pink. HEX triplet: F3, 1F and AA. RGB value is (243,31,170). Sum of RGB (Red+Green+Blue) = 243+31+170=444 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.73% from 444); Green value is 31 (12.5% from 255 or 6.98% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 243 - color contains mainly: red. Hex color #F31FAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31FAA is #0CE055. Grayscale: #6D6D6D. Windows color (decimal): -843862 or 11149299. OLE color: 11149299.

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

Color convert

RGB 243 31 170 -
CMYK 0 0.87 0.30 0.05
HSL 320.66º 0.9% 0.54% -
HSV(B) 320.66º 0.87% 0.95% -
XYZ 44.71 22.94 40.1 -
YUV 110.23 161.74 222.7 -
System Red Green Blue C M Y K H S L
Decimal 243 31 170 0 0.87 0.30 0.05 320.66 0.9 0.54
Hex F3 1F AA 0 57 1E 5 141 5A 36
Octal 363 37 252 0 127 36 5 501 132 66
Binary 11110011 11111 10101010 0 1010111 11110 101 101000001 1011010 110110

Color Harmonies of #F31FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31FAA

Black with #F31FAA

Text Example


Text Example

White with #F31FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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