Html Css Color HEX #F90FAA Spicy Pink

📋 copy color: '#F90FAA'

red 249 ◦ green 15 ◦ blue 170

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

Shades of Spicy Pink #F90FAA

Tints of Spicy Pink #F90FAA

RGB

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

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

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

R = 57.37%
G = 3.46%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#F90FAA (or 0xF90FAA) is known color: Spicy Pink. HEX triplet: F9, 0F and AA. RGB value is (249,15,170). Sum of RGB (Red+Green+Blue) = 249+15+170=434 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.37% from 434); Green value is 15 (6.25% from 255 or 3.46% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 249 - color contains mainly: red. Hex color #F90FAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90FAA is #06F055. Grayscale: #666666. Windows color (decimal): -454742 or 11145209. OLE color: 11145209.

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

Color convert

RGB 249 15 170 -
CMYK 0 0.94 0.32 0.02
HSL 320.26º 0.95% 0.52% -
HSV(B) 320.26º 0.94% 0.98% -
XYZ 46.49 23.38 40.09 -
YUV 102.64 166.02 232.4 -
System Red Green Blue C M Y K H S L
Decimal 249 15 170 0 0.94 0.32 0.02 320.26 0.95 0.52
Hex F9 F AA 0 5E 20 2 140 5F 34
Octal 371 17 252 0 136 40 2 500 137 64
Binary 11111001 1111 10101010 0 1011110 100000 10 101000000 1011111 110100

Color Harmonies of #F90FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90FAA

Black with #F90FAA

Text Example


Text Example

White with #F90FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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