Html Css Color HEX #F315A8 Spicy Pink

📋 copy color: '#F315A8'

red 243 ◦ green 21 ◦ blue 168

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

Shades of Spicy Pink #F315A8

Tints of Spicy Pink #F315A8

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.86%

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

R = 56.25%
G = 4.86%
B = 38.89%

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

#F315A8 (or 0xF315A8) is known color: Spicy Pink. HEX triplet: F3, 15 and A8. RGB value is (243,21,168). Sum of RGB (Red+Green+Blue) = 243+21+168=432 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.25% from 432); Green value is 21 (8.59% from 255 or 4.86% from 432); Blue value is 168 (66.02% from 255 or 38.89% from 432); Max value from RGB is 243 - color contains mainly: red. Hex color #F315A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F315A8 is #0CEA57. Grayscale: #676767. Windows color (decimal): -846424 or 11015667. OLE color: 11015667.

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

Color convert

RGB 243 21 168 -
CMYK 0 0.91 0.31 0.05
HSL 320.27º 0.9% 0.52% -
HSV(B) 320.27º 0.91% 0.95% -
XYZ 44.3 22.42 39.04 -
YUV 104.14 164.05 227.05 -
System Red Green Blue C M Y K H S L
Decimal 243 21 168 0 0.91 0.31 0.05 320.27 0.9 0.52
Hex F3 15 A8 0 5B 1F 5 140 5A 34
Octal 363 25 250 0 133 37 5 500 132 64
Binary 11110011 10101 10101000 0 1011011 11111 101 101000000 1011010 110100

Color Harmonies of #F315A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F315A8

Black with #F315A8

Text Example


Text Example

White with #F315A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F315A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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