Html Css Color HEX #F316A4 Spicy Pink

📋 copy color: '#F316A4'

red 243 ◦ green 22 ◦ blue 164

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

Shades of Spicy Pink #F316A4

Tints of Spicy Pink #F316A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 38.23%

R = 56.64%
G = 5.13%
B = 38.23%

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

#F316A4 (or 0xF316A4) is known color: Spicy Pink. HEX triplet: F3, 16 and A4. RGB value is (243,22,164). Sum of RGB (Red+Green+Blue) = 243+22+164=429 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.64% from 429); Green value is 22 (8.98% from 255 or 5.13% from 429); Blue value is 164 (64.45% from 255 or 38.23% from 429); Max value from RGB is 243 - color contains mainly: red. Hex color #F316A4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F316A4 is #0CE95B. Grayscale: #676767. Windows color (decimal): -846172 or 10753779. OLE color: 10753779.

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

Color convert

RGB 243 22 164 -
CMYK 0 0.91 0.33 0.05
HSL 321.45º 0.9% 0.52% -
HSV(B) 321.45º 0.91% 0.95% -
XYZ 43.95 22.31 37.11 -
YUV 104.27 161.72 226.95 -
System Red Green Blue C M Y K H S L
Decimal 243 22 164 0 0.91 0.33 0.05 321.45 0.9 0.52
Hex F3 16 A4 0 5B 21 5 141 5A 34
Octal 363 26 244 0 133 41 5 501 132 64
Binary 11110011 10110 10100100 0 1011011 100001 101 101000001 1011010 110100

Color Harmonies of #F316A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F316A4

Black with #F316A4

Text Example


Text Example

White with #F316A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F316A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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