Html Css Color HEX #F329B5 Spicy Pink

📋 copy color: '#F329B5'

red 243 ◦ green 41 ◦ blue 181

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

Shades of Spicy Pink #F329B5

Tints of Spicy Pink #F329B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.92%

R = 52.26%
G = 8.82%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F329B5 (or 0xF329B5) is known color: Spicy Pink. HEX triplet: F3, 29 and B5. RGB value is (243,41,181). Sum of RGB (Red+Green+Blue) = 243+41+181=465 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.26% from 465); Green value is 41 (16.41% from 255 or 8.82% from 465); Blue value is 181 (71.09% from 255 or 38.92% from 465); Max value from RGB is 243 - color contains mainly: red. Hex color #F329B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F329B5 is #0CD64A. Grayscale: #747474. Windows color (decimal): -841291 or 11872755. OLE color: 11872755.

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

Color convert

RGB 243 41 181 -
CMYK 0 0.83 0.26 0.05
HSL 318.42º 0.89% 0.56% -
HSV(B) 318.42º 0.83% 0.95% -
XYZ 46.1 23.98 45.91 -
YUV 117.36 163.92 217.62 -
System Red Green Blue C M Y K H S L
Decimal 243 41 181 0 0.83 0.26 0.05 318.42 0.89 0.56
Hex F3 29 B5 0 53 1A 5 13E 59 38
Octal 363 51 265 0 123 32 5 476 131 70
Binary 11110011 101001 10110101 0 1010011 11010 101 100111110 1011001 111000

Color Harmonies of #F329B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F329B5

Black with #F329B5

Text Example


Text Example

White with #F329B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F329B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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