Html Css Color HEX #F328BA Spicy Pink

📋 copy color: '#F328BA'

red 243 ◦ green 40 ◦ blue 186

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

Shades of Spicy Pink #F328BA

Tints of Spicy Pink #F328BA

RGB

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

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

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

R = 51.81%
G = 8.53%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F328BA (or 0xF328BA) is known color: Spicy Pink. HEX triplet: F3, 28 and BA. RGB value is (243,40,186). Sum of RGB (Red+Green+Blue) = 243+40+186=469 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.81% from 469); Green value is 40 (16.02% from 255 or 8.53% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 243 - color contains mainly: red. Hex color #F328BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F328BA is #0CD745. Grayscale: #747474. Windows color (decimal): -841542 or 12200179. OLE color: 12200179.

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

Color convert

RGB 243 40 186 -
CMYK 0 0.84 0.23 0.05
HSL 316.85º 0.89% 0.55% -
HSV(B) 316.85º 0.84% 0.95% -
XYZ 46.58 24.12 48.65 -
YUV 117.34 166.75 217.63 -
System Red Green Blue C M Y K H S L
Decimal 243 40 186 0 0.84 0.23 0.05 316.85 0.89 0.55
Hex F3 28 BA 0 54 17 5 13D 59 37
Octal 363 50 272 0 124 27 5 475 131 67
Binary 11110011 101000 10111010 0 1010100 10111 101 100111101 1011001 110111

Color Harmonies of #F328BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F328BA

Black with #F328BA

Text Example


Text Example

White with #F328BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F328BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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