Html Css Color HEX #F31CA5 Spicy Pink

📋 copy color: '#F31CA5'

red 243 ◦ green 28 ◦ blue 165

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

Shades of Spicy Pink #F31CA5

Tints of Spicy Pink #F31CA5

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.42%

 BLUE value IS 165 (64.84% from 255) = 37.84%

R = 55.73%
G = 6.42%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F31CA5 (or 0xF31CA5) is known color: Spicy Pink. HEX triplet: F3, 1C and A5. RGB value is (243,28,165). Sum of RGB (Red+Green+Blue) = 243+28+165=436 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.73% from 436); Green value is 28 (11.33% from 255 or 6.42% from 436); Blue value is 165 (64.84% from 255 or 37.84% from 436); Max value from RGB is 243 - color contains mainly: red. Hex color #F31CA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31CA5 is #0CE35A. Grayscale: #6B6B6B. Windows color (decimal): -844635 or 10820851. OLE color: 10820851.

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

Color convert

RGB 243 28 165 -
CMYK 0 0.88 0.32 0.05
HSL 321.77º 0.9% 0.53% -
HSV(B) 321.77º 0.88% 0.95% -
XYZ 44.17 22.6 37.63 -
YUV 107.9 160.23 224.36 -
System Red Green Blue C M Y K H S L
Decimal 243 28 165 0 0.88 0.32 0.05 321.77 0.9 0.53
Hex F3 1C A5 0 58 20 5 142 5A 35
Octal 363 34 245 0 130 40 5 502 132 65
Binary 11110011 11100 10100101 0 1011000 100000 101 101000010 1011010 110101

Color Harmonies of #F31CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31CA5

Black with #F31CA5

Text Example


Text Example

White with #F31CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31CA5; }

 p { color: rgb(243,28,165); }

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

background-color css

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

 a { background-color: rgb(243,28,165); }

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

border-color css

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

 span { border-color: rgb(243,28,165); }

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