Html Css Color HEX #F31DB8 Spicy Pink

📋 copy color: '#F31DB8'

red 243 ◦ green 29 ◦ blue 184

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

Shades of Spicy Pink #F31DB8

Tints of Spicy Pink #F31DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.35%

R = 53.29%
G = 6.36%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F31DB8 (or 0xF31DB8) is known color: Spicy Pink. HEX triplet: F3, 1D and B8. RGB value is (243,29,184). Sum of RGB (Red+Green+Blue) = 243+29+184=456 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.29% from 456); Green value is 29 (11.72% from 255 or 6.36% from 456); Blue value is 184 (72.27% from 255 or 40.35% from 456); Max value from RGB is 243 - color contains mainly: red. Hex color #F31DB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31DB8 is #0CE247. Grayscale: #6E6E6E. Windows color (decimal): -844360 or 12066291. OLE color: 12066291.

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

Color convert

RGB 243 29 184 -
CMYK 0 0.88 0.24 0.05
HSL 316.54º 0.9% 0.53% -
HSV(B) 316.54º 0.88% 0.95% -
XYZ 46.05 23.39 47.44 -
YUV 110.66 169.4 222.4 -
System Red Green Blue C M Y K H S L
Decimal 243 29 184 0 0.88 0.24 0.05 316.54 0.9 0.53
Hex F3 1D B8 0 58 18 5 13D 5A 35
Octal 363 35 270 0 130 30 5 475 132 65
Binary 11110011 11101 10111000 0 1011000 11000 101 100111101 1011010 110101

Color Harmonies of #F31DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31DB8

Black with #F31DB8

Text Example


Text Example

White with #F31DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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