Html Css Color HEX #F913A6 Spicy Pink

📋 copy color: '#F913A6'

red 249 ◦ green 19 ◦ blue 166

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

Shades of Spicy Pink #F913A6

Tints of Spicy Pink #F913A6

RGB

 RED value IS 249 (97.66% from 255) = 57.37%

 GREEN value IS 19 (7.81% from 255) = 4.38%

 BLUE value IS 166 (65.23% from 255) = 38.25%

R = 57.37%
G = 4.38%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F913A6 (or 0xF913A6) is known color: Spicy Pink. HEX triplet: F9, 13 and A6. RGB value is (249,19,166). Sum of RGB (Red+Green+Blue) = 249+19+166=434 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.37% from 434); Green value is 19 (7.81% from 255 or 4.38% from 434); Blue value is 166 (65.23% from 255 or 38.25% from 434); Max value from RGB is 249 - color contains mainly: red. Hex color #F913A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F913A6 is #06EC59. Grayscale: #686868. Windows color (decimal): -453722 or 10884089. OLE color: 10884089.

HSL color Cylindrical-coordinate representation of color #F913A6: hue angle of 321.65º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F913A6 is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 19 166 -
CMYK 0 0.92 0.33 0.02
HSL 321.65º 0.95% 0.53% -
HSV(B) 321.65º 0.92% 0.98% -
XYZ 46.18 23.36 38.15 -
YUV 104.53 162.7 231.05 -
System Red Green Blue C M Y K H S L
Decimal 249 19 166 0 0.92 0.33 0.02 321.65 0.95 0.53
Hex F9 13 A6 0 5C 21 2 142 5F 35
Octal 371 23 246 0 134 41 2 502 137 65
Binary 11111001 10011 10100110 0 1011100 100001 10 101000010 1011111 110101

Color Harmonies of #F913A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F913A6

Black with #F913A6

Text Example


Text Example

White with #F913A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F913A6; }

 p { color: rgb(249,19,166); }

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

background-color css

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

 a { background-color: rgb(249,19,166); }

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

border-color css

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

 span { border-color: rgb(249,19,166); }

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