Html Css Color HEX #F123AC Spicy Pink

📋 copy color: '#F123AC'

red 241 ◦ green 35 ◦ blue 172

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

Shades of Spicy Pink #F123AC

Tints of Spicy Pink #F123AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.39%

R = 53.79%
G = 7.81%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F123AC (or 0xF123AC) is known color: Spicy Pink. HEX triplet: F1, 23 and AC. RGB value is (241,35,172). Sum of RGB (Red+Green+Blue) = 241+35+172=448 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.79% from 448); Green value is 35 (14.06% from 255 or 7.81% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 241 - color contains mainly: red. Hex color #F123AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F123AC is #0EDC53. Grayscale: #6F6F6F. Windows color (decimal): -973908 or 11281393. OLE color: 11281393.

HSL color Cylindrical-coordinate representation of color #F123AC: hue angle of 320.1º 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 #F123AC is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 35 172 -
CMYK 0 0.85 0.29 0.05
HSL 320.1º 0.88% 0.54% -
HSV(B) 320.1º 0.85% 0.95% -
XYZ 44.32 22.88 41.11 -
YUV 112.21 161.75 219.86 -
System Red Green Blue C M Y K H S L
Decimal 241 35 172 0 0.85 0.29 0.05 320.1 0.88 0.54
Hex F1 23 AC 0 55 1D 5 140 58 36
Octal 361 43 254 0 125 35 5 500 130 66
Binary 11110001 100011 10101100 0 1010101 11101 101 101000000 1011000 110110

Color Harmonies of #F123AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F123AC

Black with #F123AC

Text Example


Text Example

White with #F123AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F123AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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