Html Css Color HEX #F329B9 Spicy Pink

📋 copy color: '#F329B9'

red 243 ◦ green 41 ◦ blue 185

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

Shades of Spicy Pink #F329B9

Tints of Spicy Pink #F329B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.45%

R = 51.81%
G = 8.74%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F329B9 (or 0xF329B9) is known color: Spicy Pink. HEX triplet: F3, 29 and B9. RGB value is (243,41,185). Sum of RGB (Red+Green+Blue) = 243+41+185=469 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.81% from 469); Green value is 41 (16.41% from 255 or 8.74% from 469); Blue value is 185 (72.66% from 255 or 39.45% from 469); Max value from RGB is 243 - color contains mainly: red. Hex color #F329B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F329B9 is #0CD646. Grayscale: #757575. Windows color (decimal): -841287 or 12134899. OLE color: 12134899.

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

Color convert

RGB 243 41 185 -
CMYK 0 0.83 0.24 0.05
HSL 317.23º 0.89% 0.56% -
HSV(B) 317.23º 0.83% 0.95% -
XYZ 46.51 24.14 48.11 -
YUV 117.81 165.92 217.29 -
System Red Green Blue C M Y K H S L
Decimal 243 41 185 0 0.83 0.24 0.05 317.23 0.89 0.56
Hex F3 29 B9 0 53 18 5 13D 59 38
Octal 363 51 271 0 123 30 5 475 131 70
Binary 11110011 101001 10111001 0 1010011 11000 101 100111101 1011001 111000

Color Harmonies of #F329B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F329B9

Black with #F329B9

Text Example


Text Example

White with #F329B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F329B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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