Html Css Color HEX #F329B2 Spicy Pink

📋 copy color: '#F329B2'

red 243 ◦ green 41 ◦ blue 178

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

Shades of Spicy Pink #F329B2

Tints of Spicy Pink #F329B2

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.87%

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

R = 52.6%
G = 8.87%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F329B2 (or 0xF329B2) is known color: Spicy Pink. HEX triplet: F3, 29 and B2. RGB value is (243,41,178). Sum of RGB (Red+Green+Blue) = 243+41+178=462 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.60% from 462); Green value is 41 (16.41% from 255 or 8.87% from 462); Blue value is 178 (69.92% from 255 or 38.53% from 462); Max value from RGB is 243 - color contains mainly: red. Hex color #F329B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F329B2 is #0CD64D. Grayscale: #747474. Windows color (decimal): -841294 or 11676147. OLE color: 11676147.

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

Color convert

RGB 243 41 178 -
CMYK 0 0.83 0.27 0.05
HSL 319.31º 0.89% 0.56% -
HSV(B) 319.31º 0.83% 0.95% -
XYZ 45.79 23.85 44.31 -
YUV 117.02 162.42 217.86 -
System Red Green Blue C M Y K H S L
Decimal 243 41 178 0 0.83 0.27 0.05 319.31 0.89 0.56
Hex F3 29 B2 0 53 1B 5 13F 59 38
Octal 363 51 262 0 123 33 5 477 131 70
Binary 11110011 101001 10110010 0 1010011 11011 101 100111111 1011001 111000

Color Harmonies of #F329B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F329B2

Black with #F329B2

Text Example


Text Example

White with #F329B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F329B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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