Html Css Color HEX #F321BB Spicy Pink

📋 copy color: '#F321BB'

red 243 ◦ green 33 ◦ blue 187

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

Shades of Spicy Pink #F321BB

Tints of Spicy Pink #F321BB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.13%

 BLUE value IS 187 (73.44% from 255) = 40.39%

R = 52.48%
G = 7.13%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F321BB (or 0xF321BB) is known color: Spicy Pink. HEX triplet: F3, 21 and BB. RGB value is (243,33,187). Sum of RGB (Red+Green+Blue) = 243+33+187=463 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.48% from 463); Green value is 33 (13.28% from 255 or 7.13% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 243 - color contains mainly: red. Hex color #F321BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F321BB is #0CDE44. Grayscale: #707070. Windows color (decimal): -843333 or 12263923. OLE color: 12263923.

HSL color Cylindrical-coordinate representation of color #F321BB: hue angle of 316º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F321BB is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 33 187 -
CMYK 0 0.86 0.23 0.05
HSL 316º 0.9% 0.54% -
HSV(B) 316º 0.86% 0.95% -
XYZ 46.48 23.73 49.14 -
YUV 113.35 169.57 220.48 -
System Red Green Blue C M Y K H S L
Decimal 243 33 187 0 0.86 0.23 0.05 316 0.9 0.54
Hex F3 21 BB 0 56 17 5 13C 5A 36
Octal 363 41 273 0 126 27 5 474 132 66
Binary 11110011 100001 10111011 0 1010110 10111 101 100111100 1011010 110110

Color Harmonies of #F321BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F321BB

Black with #F321BB

Text Example


Text Example

White with #F321BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F321BB; }

 p { color: rgb(243,33,187); }

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

background-color css

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

 a { background-color: rgb(243,33,187); }

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

border-color css

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

 span { border-color: rgb(243,33,187); }

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