Html Css Color HEX #F329BA Spicy Pink

📋 copy color: '#F329BA'

red 243 ◦ green 41 ◦ blue 186

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

Shades of Spicy Pink #F329BA

Tints of Spicy Pink #F329BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.57%

R = 51.7%
G = 8.72%
B = 39.57%

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

#F329BA (or 0xF329BA) is known color: Spicy Pink. HEX triplet: F3, 29 and BA. RGB value is (243,41,186). Sum of RGB (Red+Green+Blue) = 243+41+186=470 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.70% from 470); Green value is 41 (16.41% from 255 or 8.72% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 243 - color contains mainly: red. Hex color #F329BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F329BA is #0CD645. Grayscale: #757575. Windows color (decimal): -841286 or 12200435. OLE color: 12200435.

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

Color convert

RGB 243 41 186 -
CMYK 0 0.83 0.23 0.05
HSL 316.93º 0.89% 0.56% -
HSV(B) 316.93º 0.83% 0.95% -
XYZ 46.62 24.19 48.67 -
YUV 117.93 166.42 217.21 -
System Red Green Blue C M Y K H S L
Decimal 243 41 186 0 0.83 0.23 0.05 316.93 0.89 0.56
Hex F3 29 BA 0 53 17 5 13D 59 38
Octal 363 51 272 0 123 27 5 475 131 70
Binary 11110011 101001 10111010 0 1010011 10111 101 100111101 1011001 111000

Color Harmonies of #F329BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F329BA

Black with #F329BA

Text Example


Text Example

White with #F329BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F329BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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