Html Css Color HEX #F318AD Spicy Pink

📋 copy color: '#F318AD'

red 243 ◦ green 24 ◦ blue 173

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

Shades of Spicy Pink #F318AD

Tints of Spicy Pink #F318AD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.45%

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

R = 55.23%
G = 5.45%
B = 39.32%

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

#F318AD (or 0xF318AD) is known color: Spicy Pink. HEX triplet: F3, 18 and AD. RGB value is (243,24,173). Sum of RGB (Red+Green+Blue) = 243+24+173=440 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.23% from 440); Green value is 24 (9.77% from 255 or 5.45% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 243 - color contains mainly: red. Hex color #F318AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F318AD is #0CE752. Grayscale: #6A6A6A. Windows color (decimal): -845651 or 11344115. OLE color: 11344115.

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

Color convert

RGB 243 24 173 -
CMYK 0 0.90 0.29 0.05
HSL 319.18º 0.9% 0.52% -
HSV(B) 319.18º 0.9% 0.95% -
XYZ 44.83 22.73 41.56 -
YUV 106.47 165.55 225.38 -
System Red Green Blue C M Y K H S L
Decimal 243 24 173 0 0.90 0.29 0.05 319.18 0.9 0.52
Hex F3 18 AD 0 5A 1D 5 13F 5A 34
Octal 363 30 255 0 132 35 5 477 132 64
Binary 11110011 11000 10101101 0 1011010 11101 101 100111111 1011010 110100

Color Harmonies of #F318AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F318AD

Black with #F318AD

Text Example


Text Example

White with #F318AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F318AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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