Html Css Color HEX #F328B2 Spicy Pink

📋 copy color: '#F328B2'

red 243 ◦ green 40 ◦ blue 178

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

Shades of Spicy Pink #F328B2

Tints of Spicy Pink #F328B2

RGB

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

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

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

R = 52.71%
G = 8.68%
B = 38.61%

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

#F328B2 (or 0xF328B2) is known color: Spicy Pink. HEX triplet: F3, 28 and B2. RGB value is (243,40,178). Sum of RGB (Red+Green+Blue) = 243+40+178=461 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.71% from 461); Green value is 40 (16.02% from 255 or 8.68% from 461); Blue value is 178 (69.92% from 255 or 38.61% from 461); Max value from RGB is 243 - color contains mainly: red. Hex color #F328B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F328B2 is #0CD74D. Grayscale: #747474. Windows color (decimal): -841550 or 11675891. OLE color: 11675891.

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

Color convert

RGB 243 40 178 -
CMYK 0 0.84 0.27 0.05
HSL 319.21º 0.89% 0.55% -
HSV(B) 319.21º 0.84% 0.95% -
XYZ 45.76 23.79 44.3 -
YUV 116.43 162.75 218.28 -
System Red Green Blue C M Y K H S L
Decimal 243 40 178 0 0.84 0.27 0.05 319.21 0.89 0.55
Hex F3 28 B2 0 54 1B 5 13F 59 37
Octal 363 50 262 0 124 33 5 477 131 67
Binary 11110011 101000 10110010 0 1010100 11011 101 100111111 1011001 110111

Color Harmonies of #F328B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F328B2

Black with #F328B2

Text Example


Text Example

White with #F328B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F328B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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