Html Css Color HEX #F31DAB Spicy Pink

📋 copy color: '#F31DAB'

red 243 ◦ green 29 ◦ blue 171

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

Shades of Spicy Pink #F31DAB

Tints of Spicy Pink #F31DAB

RGB

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

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

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

R = 54.85%
G = 6.55%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F31DAB (or 0xF31DAB) is known color: Spicy Pink. HEX triplet: F3, 1D and AB. RGB value is (243,29,171). Sum of RGB (Red+Green+Blue) = 243+29+171=443 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.85% from 443); Green value is 29 (11.72% from 255 or 6.55% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 243 - color contains mainly: red. Hex color #F31DAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31DAB is #0CE254. Grayscale: #6C6C6C. Windows color (decimal): -844373 or 11214323. OLE color: 11214323.

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

Color convert

RGB 243 29 171 -
CMYK 0 0.88 0.30 0.05
HSL 320.19º 0.9% 0.53% -
HSV(B) 320.19º 0.88% 0.95% -
XYZ 44.75 22.87 40.58 -
YUV 109.17 162.9 223.45 -
System Red Green Blue C M Y K H S L
Decimal 243 29 171 0 0.88 0.30 0.05 320.19 0.9 0.53
Hex F3 1D AB 0 58 1E 5 140 5A 35
Octal 363 35 253 0 130 36 5 500 132 65
Binary 11110011 11101 10101011 0 1011000 11110 101 101000000 1011010 110101

Color Harmonies of #F31DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31DAB

Black with #F31DAB

Text Example


Text Example

White with #F31DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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