Html Css Color HEX #F31BA8 Spicy Pink

📋 copy color: '#F31BA8'

red 243 ◦ green 27 ◦ blue 168

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

Shades of Spicy Pink #F31BA8

Tints of Spicy Pink #F31BA8

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.16%

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

R = 55.48%
G = 6.16%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F31BA8 (or 0xF31BA8) is known color: Spicy Pink. HEX triplet: F3, 1B and A8. RGB value is (243,27,168). Sum of RGB (Red+Green+Blue) = 243+27+168=438 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.48% from 438); Green value is 27 (10.94% from 255 or 6.16% from 438); Blue value is 168 (66.02% from 255 or 38.36% from 438); Max value from RGB is 243 - color contains mainly: red. Hex color #F31BA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31BA8 is #0CE457. Grayscale: #6B6B6B. Windows color (decimal): -844888 or 11017203. OLE color: 11017203.

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

Color convert

RGB 243 27 168 -
CMYK 0 0.89 0.31 0.05
HSL 320.83º 0.9% 0.53% -
HSV(B) 320.83º 0.89% 0.95% -
XYZ 44.42 22.67 39.08 -
YUV 107.66 162.06 224.54 -
System Red Green Blue C M Y K H S L
Decimal 243 27 168 0 0.89 0.31 0.05 320.83 0.9 0.53
Hex F3 1B A8 0 59 1F 5 141 5A 35
Octal 363 33 250 0 131 37 5 501 132 65
Binary 11110011 11011 10101000 0 1011001 11111 101 101000001 1011010 110101

Color Harmonies of #F31BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31BA8

Black with #F31BA8

Text Example


Text Example

White with #F31BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31BA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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