Html Css Color HEX #F31DA8 Spicy Pink

📋 copy color: '#F31DA8'

red 243 ◦ green 29 ◦ blue 168

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

Shades of Spicy Pink #F31DA8

Tints of Spicy Pink #F31DA8

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.59%

 BLUE value IS 168 (66.02% from 255) = 38.18%

R = 55.23%
G = 6.59%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F31DA8 (or 0xF31DA8) is known color: Spicy Pink. HEX triplet: F3, 1D and A8. RGB value is (243,29,168). Sum of RGB (Red+Green+Blue) = 243+29+168=440 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.23% from 440); Green value is 29 (11.72% from 255 or 6.59% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 243 - color contains mainly: red. Hex color #F31DA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31DA8 is #0CE257. Grayscale: #6C6C6C. Windows color (decimal): -844376 or 11017715. OLE color: 11017715.

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

Color convert

RGB 243 29 168 -
CMYK 0 0.88 0.31 0.05
HSL 321.03º 0.9% 0.53% -
HSV(B) 321.03º 0.88% 0.95% -
XYZ 44.47 22.76 39.1 -
YUV 108.83 161.4 223.7 -
System Red Green Blue C M Y K H S L
Decimal 243 29 168 0 0.88 0.31 0.05 321.03 0.9 0.53
Hex F3 1D A8 0 58 1F 5 141 5A 35
Octal 363 35 250 0 130 37 5 501 132 65
Binary 11110011 11101 10101000 0 1011000 11111 101 101000001 1011010 110101

Color Harmonies of #F31DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31DA8

Black with #F31DA8

Text Example


Text Example

White with #F31DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31DA8; }

 p { color: rgb(243,29,168); }

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

background-color css

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

 a { background-color: rgb(243,29,168); }

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

border-color css

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

 span { border-color: rgb(243,29,168); }

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