Html Css Color HEX #F329B8 Spicy Pink

📋 copy color: '#F329B8'

red 243 ◦ green 41 ◦ blue 184

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

Shades of Spicy Pink #F329B8

Tints of Spicy Pink #F329B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.32%

R = 51.92%
G = 8.76%
B = 39.32%

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

#F329B8 (or 0xF329B8) is known color: Spicy Pink. HEX triplet: F3, 29 and B8. RGB value is (243,41,184). Sum of RGB (Red+Green+Blue) = 243+41+184=468 (61% of max value = 765). Red value is 243 (95.31% from 255 or 51.92% from 468); Green value is 41 (16.41% from 255 or 8.76% from 468); Blue value is 184 (72.27% from 255 or 39.32% from 468); Max value from RGB is 243 - color contains mainly: red. Hex color #F329B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F329B8 is #0CD647. Grayscale: #757575. Windows color (decimal): -841288 or 12069363. OLE color: 12069363.

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

Color convert

RGB 243 41 184 -
CMYK 0 0.83 0.24 0.05
HSL 317.52º 0.89% 0.56% -
HSV(B) 317.52º 0.83% 0.95% -
XYZ 46.41 24.1 47.55 -
YUV 117.7 165.42 217.37 -
System Red Green Blue C M Y K H S L
Decimal 243 41 184 0 0.83 0.24 0.05 317.52 0.89 0.56
Hex F3 29 B8 0 53 18 5 13E 59 38
Octal 363 51 270 0 123 30 5 476 131 70
Binary 11110011 101001 10111000 0 1010011 11000 101 100111110 1011001 111000

Color Harmonies of #F329B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F329B8

Black with #F329B8

Text Example


Text Example

White with #F329B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F329B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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