Html Css Color HEX #F315A2 Spicy Pink

📋 copy color: '#F315A2'

red 243 ◦ green 21 ◦ blue 162

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

Shades of Spicy Pink #F315A2

Tints of Spicy Pink #F315A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 38.03%

R = 57.04%
G = 4.93%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F315A2 (or 0xF315A2) is known color: Spicy Pink. HEX triplet: F3, 15 and A2. RGB value is (243,21,162). Sum of RGB (Red+Green+Blue) = 243+21+162=426 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.04% from 426); Green value is 21 (8.59% from 255 or 4.93% from 426); Blue value is 162 (63.67% from 255 or 38.03% from 426); Max value from RGB is 243 - color contains mainly: red. Hex color #F315A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F315A2 is #0CEA5D. Grayscale: #676767. Windows color (decimal): -846430 or 10622451. OLE color: 10622451.

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

Color convert

RGB 243 21 162 -
CMYK 0 0.91 0.33 0.05
HSL 321.89º 0.9% 0.52% -
HSV(B) 321.89º 0.91% 0.95% -
XYZ 43.75 22.2 36.16 -
YUV 103.45 161.05 227.54 -
System Red Green Blue C M Y K H S L
Decimal 243 21 162 0 0.91 0.33 0.05 321.89 0.9 0.52
Hex F3 15 A2 0 5B 21 5 142 5A 34
Octal 363 25 242 0 133 41 5 502 132 64
Binary 11110011 10101 10100010 0 1011011 100001 101 101000010 1011010 110100

Color Harmonies of #F315A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F315A2

Black with #F315A2

Text Example


Text Example

White with #F315A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F315A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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