Html Css Color HEX #F316B2 Spicy Pink

📋 copy color: '#F316B2'

red 243 ◦ green 22 ◦ blue 178

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

Shades of Spicy Pink #F316B2

Tints of Spicy Pink #F316B2

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.97%

 BLUE value IS 178 (69.92% from 255) = 40.18%

R = 54.85%
G = 4.97%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F316B2 (or 0xF316B2) is known color: Spicy Pink. HEX triplet: F3, 16 and B2. RGB value is (243,22,178). Sum of RGB (Red+Green+Blue) = 243+22+178=443 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.85% from 443); Green value is 22 (8.98% from 255 or 4.97% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 243 - color contains mainly: red. Hex color #F316B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F316B2 is #0CE94D. Grayscale: #696969. Windows color (decimal): -846158 or 11671283. OLE color: 11671283.

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

Color convert

RGB 243 22 178 -
CMYK 0 0.91 0.27 0.05
HSL 317.65º 0.9% 0.52% -
HSV(B) 317.65º 0.91% 0.95% -
XYZ 45.28 22.84 44.14 -
YUV 105.86 168.72 225.82 -
System Red Green Blue C M Y K H S L
Decimal 243 22 178 0 0.91 0.27 0.05 317.65 0.9 0.52
Hex F3 16 B2 0 5B 1B 5 13E 5A 34
Octal 363 26 262 0 133 33 5 476 132 64
Binary 11110011 10110 10110010 0 1011011 11011 101 100111110 1011010 110100

Color Harmonies of #F316B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F316B2

Black with #F316B2

Text Example


Text Example

White with #F316B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F316B2; }

 p { color: rgb(243,22,178); }

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

background-color css

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

 a { background-color: rgb(243,22,178); }

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

border-color css

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

 span { border-color: rgb(243,22,178); }

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