Html Css Color HEX #F328B1 Spicy Pink

📋 copy color: '#F328B1'

red 243 ◦ green 40 ◦ blue 177

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

Shades of Spicy Pink #F328B1

Tints of Spicy Pink #F328B1

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.7%

 BLUE value IS 177 (69.53% from 255) = 38.48%

R = 52.83%
G = 8.7%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F328B1 (or 0xF328B1) is known color: Spicy Pink. HEX triplet: F3, 28 and B1. RGB value is (243,40,177). Sum of RGB (Red+Green+Blue) = 243+40+177=460 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.83% from 460); Green value is 40 (16.02% from 255 or 8.70% from 460); Blue value is 177 (69.53% from 255 or 38.48% from 460); Max value from RGB is 243 - color contains mainly: red. Hex color #F328B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F328B1 is #0CD74E. Grayscale: #737373. Windows color (decimal): -841551 or 11610355. OLE color: 11610355.

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

Color convert

RGB 243 40 177 -
CMYK 0 0.84 0.27 0.05
HSL 319.51º 0.89% 0.55% -
HSV(B) 319.51º 0.84% 0.95% -
XYZ 45.66 23.75 43.77 -
YUV 116.32 162.25 218.36 -
System Red Green Blue C M Y K H S L
Decimal 243 40 177 0 0.84 0.27 0.05 319.51 0.89 0.55
Hex F3 28 B1 0 54 1B 5 140 59 37
Octal 363 50 261 0 124 33 5 500 131 67
Binary 11110011 101000 10110001 0 1010100 11011 101 101000000 1011001 110111

Color Harmonies of #F328B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F328B1

Black with #F328B1

Text Example


Text Example

White with #F328B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F328B1; }

 p { color: rgb(243,40,177); }

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

background-color css

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

 a { background-color: rgb(243,40,177); }

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

border-color css

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

 span { border-color: rgb(243,40,177); }

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