Html Css Color HEX #F112A7 Spicy Pink

📋 copy color: '#F112A7'

red 241 ◦ green 18 ◦ blue 167

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

Shades of Spicy Pink #F112A7

Tints of Spicy Pink #F112A7

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.23%

 BLUE value IS 167 (65.63% from 255) = 39.2%

R = 56.57%
G = 4.23%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F112A7 (or 0xF112A7) is known color: Spicy Pink. HEX triplet: F1, 12 and A7. RGB value is (241,18,167). Sum of RGB (Red+Green+Blue) = 241+18+167=426 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.57% from 426); Green value is 18 (7.42% from 255 or 4.23% from 426); Blue value is 167 (65.62% from 255 or 39.20% from 426); Max value from RGB is 241 - color contains mainly: red. Hex color #F112A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F112A7 is #0EED58. Grayscale: #656565. Windows color (decimal): -978265 or 10949361. OLE color: 10949361.

HSL color Cylindrical-coordinate representation of color #F112A7: hue angle of 319.91º degrees, saturation: 0.89, 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 #F112A7 is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 18 167 -
CMYK 0 0.93 0.31 0.05
HSL 319.91º 0.89% 0.51% -
HSV(B) 319.91º 0.93% 0.95% -
XYZ 43.47 21.92 38.5 -
YUV 101.66 164.88 227.38 -
System Red Green Blue C M Y K H S L
Decimal 241 18 167 0 0.93 0.31 0.05 319.91 0.89 0.51
Hex F1 12 A7 0 5D 1F 5 140 59 33
Octal 361 22 247 0 135 37 5 500 131 63
Binary 11110001 10010 10100111 0 1011101 11111 101 101000000 1011001 110011

Color Harmonies of #F112A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F112A7

Black with #F112A7

Text Example


Text Example

White with #F112A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F112A7; }

 p { color: rgb(241,18,167); }

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

background-color css

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

 a { background-color: rgb(241,18,167); }

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

border-color css

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

 span { border-color: rgb(241,18,167); }

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