Html Css Color HEX #F316A8 Spicy Pink

📋 copy color: '#F316A8'

red 243 ◦ green 22 ◦ blue 168

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

Shades of Spicy Pink #F316A8

Tints of Spicy Pink #F316A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.8%

R = 56.12%
G = 5.08%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F316A8 (or 0xF316A8) is known color: Spicy Pink. HEX triplet: F3, 16 and A8. RGB value is (243,22,168). Sum of RGB (Red+Green+Blue) = 243+22+168=433 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.12% from 433); Green value is 22 (8.98% from 255 or 5.08% from 433); Blue value is 168 (66.02% from 255 or 38.80% from 433); Max value from RGB is 243 - color contains mainly: red. Hex color #F316A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F316A8 is #0CE957. Grayscale: #686868. Windows color (decimal): -846168 or 11015923. OLE color: 11015923.

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

Color convert

RGB 243 22 168 -
CMYK 0 0.91 0.31 0.05
HSL 320.36º 0.9% 0.52% -
HSV(B) 320.36º 0.91% 0.95% -
XYZ 44.32 22.46 39.04 -
YUV 104.72 163.72 226.63 -
System Red Green Blue C M Y K H S L
Decimal 243 22 168 0 0.91 0.31 0.05 320.36 0.9 0.52
Hex F3 16 A8 0 5B 1F 5 140 5A 34
Octal 363 26 250 0 133 37 5 500 132 64
Binary 11110011 10110 10101000 0 1011011 11111 101 101000000 1011010 110100

Color Harmonies of #F316A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F316A8

Black with #F316A8

Text Example


Text Example

White with #F316A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F316A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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