Html Css Color HEX #F50FAA Spicy Pink

📋 copy color: '#F50FAA'

red 245 ◦ green 15 ◦ blue 170

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

Shades of Spicy Pink #F50FAA

Tints of Spicy Pink #F50FAA

RGB

 RED value IS 245 (96.09% from 255) = 56.98%

 GREEN value IS 15 (6.25% from 255) = 3.49%

 BLUE value IS 170 (66.8% from 255) = 39.53%

R = 56.98%
G = 3.49%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F50FAA (or 0xF50FAA) is known color: Spicy Pink. HEX triplet: F5, 0F and AA. RGB value is (245,15,170). Sum of RGB (Red+Green+Blue) = 245+15+170=430 (56% of max value = 765). Red value is 245 (96.09% from 255 or 56.98% from 430); Green value is 15 (6.25% from 255 or 3.49% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 245 - color contains mainly: red. Hex color #F50FAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50FAA is #0AF055. Grayscale: #656565. Windows color (decimal): -716886 or 11145205. OLE color: 11145205.

HSL color Cylindrical-coordinate representation of color #F50FAA: hue angle of 319.57º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F50FAA is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 15 170 -
CMYK 0 0.94 0.31 0.04
HSL 319.57º 0.92% 0.51% -
HSV(B) 319.57º 0.94% 0.96% -
XYZ 45.08 22.66 40.03 -
YUV 101.44 166.7 230.4 -
System Red Green Blue C M Y K H S L
Decimal 245 15 170 0 0.94 0.31 0.04 319.57 0.92 0.51
Hex F5 F AA 0 5E 1F 4 140 5C 33
Octal 365 17 252 0 136 37 4 500 134 63
Binary 11110101 1111 10101010 0 1011110 11111 100 101000000 1011100 110011

Color Harmonies of #F50FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50FAA

Black with #F50FAA

Text Example


Text Example

White with #F50FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50FAA; }

 p { color: rgb(245,15,170); }

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

background-color css

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

 a { background-color: rgb(245,15,170); }

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

border-color css

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

 span { border-color: rgb(245,15,170); }

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