Html Css Color HEX #F327BA Spicy Pink

📋 copy color: '#F327BA'

red 243 ◦ green 39 ◦ blue 186

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

Shades of Spicy Pink #F327BA

Tints of Spicy Pink #F327BA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.33%

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

R = 51.92%
G = 8.33%
B = 39.74%

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

#F327BA (or 0xF327BA) is known color: Spicy Pink. HEX triplet: F3, 27 and BA. RGB value is (243,39,186). Sum of RGB (Red+Green+Blue) = 243+39+186=468 (61% of max value = 765). Red value is 243 (95.31% from 255 or 51.92% from 468); Green value is 39 (15.62% from 255 or 8.33% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 243 - color contains mainly: red. Hex color #F327BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F327BA is #0CD845. Grayscale: #747474. Windows color (decimal): -841798 or 12199923. OLE color: 12199923.

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

Color convert

RGB 243 39 186 -
CMYK 0 0.84 0.23 0.05
HSL 316.76º 0.89% 0.55% -
HSV(B) 316.76º 0.84% 0.95% -
XYZ 46.55 24.05 48.64 -
YUV 116.75 167.09 218.05 -
System Red Green Blue C M Y K H S L
Decimal 243 39 186 0 0.84 0.23 0.05 316.76 0.89 0.55
Hex F3 27 BA 0 54 17 5 13D 59 37
Octal 363 47 272 0 124 27 5 475 131 67
Binary 11110011 100111 10111010 0 1010100 10111 101 100111101 1011001 110111

Color Harmonies of #F327BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F327BA

Black with #F327BA

Text Example


Text Example

White with #F327BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F327BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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