Html Css Color HEX #F326BD Spicy Pink

📋 copy color: '#F326BD'

red 243 ◦ green 38 ◦ blue 189

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

Shades of Spicy Pink #F326BD

Tints of Spicy Pink #F326BD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.09%

 BLUE value IS 189 (74.22% from 255) = 40.21%

R = 51.7%
G = 8.09%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F326BD (or 0xF326BD) is known color: Spicy Pink. HEX triplet: F3, 26 and BD. RGB value is (243,38,189). Sum of RGB (Red+Green+Blue) = 243+38+189=470 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.70% from 470); Green value is 38 (15.23% from 255 or 8.09% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 243 - color contains mainly: red. Hex color #F326BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F326BD is #0CD942. Grayscale: #747474. Windows color (decimal): -842051 or 12396275. OLE color: 12396275.

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

Color convert

RGB 243 38 189 -
CMYK 0 0.84 0.22 0.05
HSL 315.8º 0.9% 0.55% -
HSV(B) 315.8º 0.84% 0.95% -
XYZ 46.84 24.12 50.33 -
YUV 116.51 168.92 218.22 -
System Red Green Blue C M Y K H S L
Decimal 243 38 189 0 0.84 0.22 0.05 315.8 0.9 0.55
Hex F3 26 BD 0 54 16 5 13C 5A 37
Octal 363 46 275 0 124 26 5 474 132 67
Binary 11110011 100110 10111101 0 1010100 10110 101 100111100 1011010 110111

Color Harmonies of #F326BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F326BD

Black with #F326BD

Text Example


Text Example

White with #F326BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F326BD; }

 p { color: rgb(243,38,189); }

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

background-color css

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

 a { background-color: rgb(243,38,189); }

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

border-color css

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

 span { border-color: rgb(243,38,189); }

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