Html Css Color HEX #F123AF Spicy Pink

📋 copy color: '#F123AF'

red 241 ◦ green 35 ◦ blue 175

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

Shades of Spicy Pink #F123AF

Tints of Spicy Pink #F123AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.8%

R = 53.44%
G = 7.76%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F123AF (or 0xF123AF) is known color: Spicy Pink. HEX triplet: F1, 23 and AF. RGB value is (241,35,175). Sum of RGB (Red+Green+Blue) = 241+35+175=451 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.44% from 451); Green value is 35 (14.06% from 255 or 7.76% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 241 - color contains mainly: red. Hex color #F123AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F123AF is #0EDC50. Grayscale: #707070. Windows color (decimal): -973905 or 11478001. OLE color: 11478001.

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

Color convert

RGB 241 35 175 -
CMYK 0 0.85 0.27 0.05
HSL 319.22º 0.88% 0.54% -
HSV(B) 319.22º 0.85% 0.95% -
XYZ 44.61 23 42.65 -
YUV 112.55 163.25 219.62 -
System Red Green Blue C M Y K H S L
Decimal 241 35 175 0 0.85 0.27 0.05 319.22 0.88 0.54
Hex F1 23 AF 0 55 1B 5 13F 58 36
Octal 361 43 257 0 125 33 5 477 130 66
Binary 11110001 100011 10101111 0 1010101 11011 101 100111111 1011000 110110

Color Harmonies of #F123AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F123AF

Black with #F123AF

Text Example


Text Example

White with #F123AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F123AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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