Html Css Color HEX #F319AD Spicy Pink

📋 copy color: '#F319AD'

red 243 ◦ green 25 ◦ blue 173

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

Shades of Spicy Pink #F319AD

Tints of Spicy Pink #F319AD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.67%

 BLUE value IS 173 (67.97% from 255) = 39.23%

R = 55.1%
G = 5.67%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F319AD (or 0xF319AD) is known color: Spicy Pink. HEX triplet: F3, 19 and AD. RGB value is (243,25,173). Sum of RGB (Red+Green+Blue) = 243+25+173=441 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.10% from 441); Green value is 25 (10.16% from 255 or 5.67% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 243 - color contains mainly: red. Hex color #F319AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F319AD is #0CE652. Grayscale: #6A6A6A. Windows color (decimal): -845395 or 11344371. OLE color: 11344371.

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

Color convert

RGB 243 25 173 -
CMYK 0 0.90 0.29 0.05
HSL 319.27º 0.9% 0.53% -
HSV(B) 319.27º 0.9% 0.95% -
XYZ 44.85 22.77 41.57 -
YUV 107.05 165.22 224.97 -
System Red Green Blue C M Y K H S L
Decimal 243 25 173 0 0.90 0.29 0.05 319.27 0.9 0.53
Hex F3 19 AD 0 5A 1D 5 13F 5A 35
Octal 363 31 255 0 132 35 5 477 132 65
Binary 11110011 11001 10101101 0 1011010 11101 101 100111111 1011010 110101

Color Harmonies of #F319AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F319AD

Black with #F319AD

Text Example


Text Example

White with #F319AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F319AD; }

 p { color: rgb(243,25,173); }

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

background-color css

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

 a { background-color: rgb(243,25,173); }

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

border-color css

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

 span { border-color: rgb(243,25,173); }

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