Html Css Color HEX #F315A7 Spicy Pink

📋 copy color: '#F315A7'

red 243 ◦ green 21 ◦ blue 167

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

Shades of Spicy Pink #F315A7

Tints of Spicy Pink #F315A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 38.75%

R = 56.38%
G = 4.87%
B = 38.75%

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

#F315A7 (or 0xF315A7) is known color: Spicy Pink. HEX triplet: F3, 15 and A7. RGB value is (243,21,167). Sum of RGB (Red+Green+Blue) = 243+21+167=431 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.38% from 431); Green value is 21 (8.59% from 255 or 4.87% from 431); Blue value is 167 (65.62% from 255 or 38.75% from 431); Max value from RGB is 243 - color contains mainly: red. Hex color #F315A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F315A7 is #0CEA58. Grayscale: #676767. Windows color (decimal): -846425 or 10950131. OLE color: 10950131.

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

Color convert

RGB 243 21 167 -
CMYK 0 0.91 0.31 0.05
HSL 320.54º 0.9% 0.52% -
HSV(B) 320.54º 0.91% 0.95% -
XYZ 44.21 22.38 38.55 -
YUV 104.02 163.55 227.13 -
System Red Green Blue C M Y K H S L
Decimal 243 21 167 0 0.91 0.31 0.05 320.54 0.9 0.52
Hex F3 15 A7 0 5B 1F 5 141 5A 34
Octal 363 25 247 0 133 37 5 501 132 64
Binary 11110011 10101 10100111 0 1011011 11111 101 101000001 1011010 110100

Color Harmonies of #F315A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F315A7

Black with #F315A7

Text Example


Text Example

White with #F315A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F315A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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