Html Css Color HEX #F123BA Spicy Pink

📋 copy color: '#F123BA'

red 241 ◦ green 35 ◦ blue 186

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

Shades of Spicy Pink #F123BA

Tints of Spicy Pink #F123BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.26%

R = 52.16%
G = 7.58%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F123BA (or 0xF123BA) is known color: Spicy Pink. HEX triplet: F1, 23 and BA. RGB value is (241,35,186). Sum of RGB (Red+Green+Blue) = 241+35+186=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 35 (14.06% from 255 or 7.58% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F123BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F123BA is #0EDC45. Grayscale: #717171. Windows color (decimal): -973894 or 12198897. OLE color: 12198897.

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

Color convert

RGB 241 35 186 -
CMYK 0 0.85 0.23 0.05
HSL 316.02º 0.88% 0.54% -
HSV(B) 316.02º 0.85% 0.95% -
XYZ 45.74 23.45 48.57 -
YUV 113.81 168.75 218.72 -
System Red Green Blue C M Y K H S L
Decimal 241 35 186 0 0.85 0.23 0.05 316.02 0.88 0.54
Hex F1 23 BA 0 55 17 5 13C 58 36
Octal 361 43 272 0 125 27 5 474 130 66
Binary 11110001 100011 10111010 0 1010101 10111 101 100111100 1011000 110110

Color Harmonies of #F123BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F123BA

Black with #F123BA

Text Example


Text Example

White with #F123BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F123BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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