Html Css Color HEX #F123AD Spicy Pink

📋 copy color: '#F123AD'

red 241 ◦ green 35 ◦ blue 173

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

Shades of Spicy Pink #F123AD

Tints of Spicy Pink #F123AD

RGB

 RED value IS 241 (94.53% from 255) = 53.67%

 GREEN value IS 35 (14.06% from 255) = 7.8%

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

R = 53.67%
G = 7.8%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F123AD (or 0xF123AD) is known color: Spicy Pink. HEX triplet: F1, 23 and AD. RGB value is (241,35,173). Sum of RGB (Red+Green+Blue) = 241+35+173=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 35 (14.06% from 255 or 7.80% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F123AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F123AD is #0EDC52. Grayscale: #6F6F6F. Windows color (decimal): -973907 or 11346929. OLE color: 11346929.

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

Color convert

RGB 241 35 173 -
CMYK 0 0.85 0.28 0.05
HSL 319.81º 0.88% 0.54% -
HSV(B) 319.81º 0.85% 0.95% -
XYZ 44.42 22.92 41.62 -
YUV 112.33 162.25 219.78 -
System Red Green Blue C M Y K H S L
Decimal 241 35 173 0 0.85 0.28 0.05 319.81 0.88 0.54
Hex F1 23 AD 0 55 1C 5 140 58 36
Octal 361 43 255 0 125 34 5 500 130 66
Binary 11110001 100011 10101101 0 1010101 11100 101 101000000 1011000 110110

Color Harmonies of #F123AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F123AD

Black with #F123AD

Text Example


Text Example

White with #F123AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F123AD; }

 p { color: rgb(241,35,173); }

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

background-color css

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

 a { background-color: rgb(241,35,173); }

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

border-color css

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

 span { border-color: rgb(241,35,173); }

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