Html Css Color HEX #F313AF Spicy Pink

📋 copy color: '#F313AF'

red 243 ◦ green 19 ◦ blue 175

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

Shades of Spicy Pink #F313AF

Tints of Spicy Pink #F313AF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.35%

 BLUE value IS 175 (68.75% from 255) = 40.05%

R = 55.61%
G = 4.35%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F313AF (or 0xF313AF) is known color: Spicy Pink. HEX triplet: F3, 13 and AF. RGB value is (243,19,175). Sum of RGB (Red+Green+Blue) = 243+19+175=437 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.61% from 437); Green value is 19 (7.81% from 255 or 4.35% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 243 - color contains mainly: red. Hex color #F313AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F313AF is #0CEC50. Grayscale: #676767. Windows color (decimal): -846929 or 11473907. OLE color: 11473907.

HSL color Cylindrical-coordinate representation of color #F313AF: hue angle of 318.21º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F313AF is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 19 175 -
CMYK 0 0.92 0.28 0.05
HSL 318.21º 0.9% 0.51% -
HSV(B) 318.21º 0.92% 0.95% -
XYZ 44.93 22.62 42.55 -
YUV 103.76 168.21 227.32 -
System Red Green Blue C M Y K H S L
Decimal 243 19 175 0 0.92 0.28 0.05 318.21 0.9 0.51
Hex F3 13 AF 0 5C 1C 5 13E 5A 33
Octal 363 23 257 0 134 34 5 476 132 63
Binary 11110011 10011 10101111 0 1011100 11100 101 100111110 1011010 110011

Color Harmonies of #F313AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F313AF

Black with #F313AF

Text Example


Text Example

White with #F313AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F313AF; }

 p { color: rgb(243,19,175); }

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

background-color css

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

 a { background-color: rgb(243,19,175); }

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

border-color css

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

 span { border-color: rgb(243,19,175); }

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