Html Css Color HEX #F316B0 Spicy Pink

📋 copy color: '#F316B0'

red 243 ◦ green 22 ◦ blue 176

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

Shades of Spicy Pink #F316B0

Tints of Spicy Pink #F316B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.91%

R = 55.1%
G = 4.99%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F316B0 (or 0xF316B0) is known color: Spicy Pink. HEX triplet: F3, 16 and B0. RGB value is (243,22,176). Sum of RGB (Red+Green+Blue) = 243+22+176=441 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.10% from 441); Green value is 22 (8.98% from 255 or 4.99% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 243 - color contains mainly: red. Hex color #F316B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F316B0 is #0CE94F. Grayscale: #696969. Windows color (decimal): -846160 or 11540211. OLE color: 11540211.

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

Color convert

RGB 243 22 176 -
CMYK 0 0.91 0.28 0.05
HSL 318.19º 0.9% 0.52% -
HSV(B) 318.19º 0.91% 0.95% -
XYZ 45.09 22.76 43.09 -
YUV 105.64 167.72 225.98 -
System Red Green Blue C M Y K H S L
Decimal 243 22 176 0 0.91 0.28 0.05 318.19 0.9 0.52
Hex F3 16 B0 0 5B 1C 5 13E 5A 34
Octal 363 26 260 0 133 34 5 476 132 64
Binary 11110011 10110 10110000 0 1011011 11100 101 100111110 1011010 110100

Color Harmonies of #F316B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F316B0

Black with #F316B0

Text Example


Text Example

White with #F316B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F316B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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