Html Css Color HEX #F31DB2 Spicy Pink

📋 copy color: '#F31DB2'

red 243 ◦ green 29 ◦ blue 178

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

Shades of Spicy Pink #F31DB2

Tints of Spicy Pink #F31DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.56%

R = 54%
G = 6.44%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F31DB2 (or 0xF31DB2) is known color: Spicy Pink. HEX triplet: F3, 1D and B2. RGB value is (243,29,178). Sum of RGB (Red+Green+Blue) = 243+29+178=450 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54% from 450); Green value is 29 (11.72% from 255 or 6.44% from 450); Blue value is 178 (69.92% from 255 or 39.56% from 450); Max value from RGB is 243 - color contains mainly: red. Hex color #F31DB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31DB2 is #0CE24D. Grayscale: #6D6D6D. Windows color (decimal): -844366 or 11673075. OLE color: 11673075.

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

Color convert

RGB 243 29 178 -
CMYK 0 0.88 0.27 0.05
HSL 318.22º 0.9% 0.53% -
HSV(B) 318.22º 0.88% 0.95% -
XYZ 45.44 23.15 44.19 -
YUV 109.97 166.4 222.88 -
System Red Green Blue C M Y K H S L
Decimal 243 29 178 0 0.88 0.27 0.05 318.22 0.9 0.53
Hex F3 1D B2 0 58 1B 5 13E 5A 35
Octal 363 35 262 0 130 33 5 476 132 65
Binary 11110011 11101 10110010 0 1011000 11011 101 100111110 1011010 110101

Color Harmonies of #F31DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31DB2

Black with #F31DB2

Text Example


Text Example

White with #F31DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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