Html Css Color HEX #F310AD Spicy Pink

📋 copy color: '#F310AD'

red 243 ◦ green 16 ◦ blue 173

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

Shades of Spicy Pink #F310AD

Tints of Spicy Pink #F310AD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.7%

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

R = 56.25%
G = 3.7%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F310AD (or 0xF310AD) is known color: Spicy Pink. HEX triplet: F3, 10 and AD. RGB value is (243,16,173). Sum of RGB (Red+Green+Blue) = 243+16+173=432 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.25% from 432); Green value is 16 (6.64% from 255 or 3.70% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 243 - color contains mainly: red. Hex color #F310AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F310AD is #0CEF52. Grayscale: #656565. Windows color (decimal): -847699 or 11342067. OLE color: 11342067.

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

Color convert

RGB 243 16 173 -
CMYK 0 0.93 0.29 0.05
HSL 318.5º 0.9% 0.51% -
HSV(B) 318.5º 0.93% 0.95% -
XYZ 44.69 22.44 41.51 -
YUV 101.77 168.21 228.73 -
System Red Green Blue C M Y K H S L
Decimal 243 16 173 0 0.93 0.29 0.05 318.5 0.9 0.51
Hex F3 10 AD 0 5D 1D 5 13F 5A 33
Octal 363 20 255 0 135 35 5 477 132 63
Binary 11110011 10000 10101101 0 1011101 11101 101 100111111 1011010 110011

Color Harmonies of #F310AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F310AD

Black with #F310AD

Text Example


Text Example

White with #F310AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F310AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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