Html Css Color HEX #F329BB Spicy Pink

📋 copy color: '#F329BB'

red 243 ◦ green 41 ◦ blue 187

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

Shades of Spicy Pink #F329BB

Tints of Spicy Pink #F329BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.7%

R = 51.59%
G = 8.7%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F329BB (or 0xF329BB) is known color: Spicy Pink. HEX triplet: F3, 29 and BB. RGB value is (243,41,187). Sum of RGB (Red+Green+Blue) = 243+41+187=471 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.59% from 471); Green value is 41 (16.41% from 255 or 8.70% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 243 - color contains mainly: red. Hex color #F329BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F329BB is #0CD644. Grayscale: #757575. Windows color (decimal): -841285 or 12265971. OLE color: 12265971.

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

Color convert

RGB 243 41 187 -
CMYK 0 0.83 0.23 0.05
HSL 316.63º 0.89% 0.56% -
HSV(B) 316.63º 0.83% 0.95% -
XYZ 46.72 24.23 49.23 -
YUV 118.04 166.92 217.13 -
System Red Green Blue C M Y K H S L
Decimal 243 41 187 0 0.83 0.23 0.05 316.63 0.89 0.56
Hex F3 29 BB 0 53 17 5 13D 59 38
Octal 363 51 273 0 123 27 5 475 131 70
Binary 11110011 101001 10111011 0 1010011 10111 101 100111101 1011001 111000

Color Harmonies of #F329BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F329BB

Black with #F329BB

Text Example


Text Example

White with #F329BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F329BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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