Html Css Color HEX #F328B9 Spicy Pink

📋 copy color: '#F328B9'

red 243 ◦ green 40 ◦ blue 185

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

Shades of Spicy Pink #F328B9

Tints of Spicy Pink #F328B9

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.55%

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

R = 51.92%
G = 8.55%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F328B9 (or 0xF328B9) is known color: Spicy Pink. HEX triplet: F3, 28 and B9. RGB value is (243,40,185). Sum of RGB (Red+Green+Blue) = 243+40+185=468 (61% of max value = 765). Red value is 243 (95.31% from 255 or 51.92% from 468); Green value is 40 (16.02% from 255 or 8.55% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 243 - color contains mainly: red. Hex color #F328B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F328B9 is #0CD746. Grayscale: #747474. Windows color (decimal): -841543 or 12134643. OLE color: 12134643.

HSL color Cylindrical-coordinate representation of color #F328B9: hue angle of 317.14º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F328B9 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 40 185 -
CMYK 0 0.84 0.24 0.05
HSL 317.14º 0.89% 0.55% -
HSV(B) 317.14º 0.84% 0.95% -
XYZ 46.48 24.08 48.1 -
YUV 117.23 166.25 217.71 -
System Red Green Blue C M Y K H S L
Decimal 243 40 185 0 0.84 0.24 0.05 317.14 0.89 0.55
Hex F3 28 B9 0 54 18 5 13D 59 37
Octal 363 50 271 0 124 30 5 475 131 67
Binary 11110011 101000 10111001 0 1010100 11000 101 100111101 1011001 110111

Color Harmonies of #F328B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F328B9

Black with #F328B9

Text Example


Text Example

White with #F328B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F328B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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