Html Css Color HEX #F90FAE Spicy Pink

📋 copy color: '#F90FAE'

red 249 ◦ green 15 ◦ blue 174

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

Shades of Spicy Pink #F90FAE

Tints of Spicy Pink #F90FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.73%

R = 56.85%
G = 3.42%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F90FAE (or 0xF90FAE) is known color: Spicy Pink. HEX triplet: F9, 0F and AE. RGB value is (249,15,174). Sum of RGB (Red+Green+Blue) = 249+15+174=438 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.85% from 438); Green value is 15 (6.25% from 255 or 3.42% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 249 - color contains mainly: red. Hex color #F90FAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90FAE is #06F051. Grayscale: #666666. Windows color (decimal): -454738 or 11407353. OLE color: 11407353.

HSL color Cylindrical-coordinate representation of color #F90FAE: hue angle of 319.23º 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 #F90FAE is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 15 174 -
CMYK 0 0.94 0.30 0.02
HSL 319.23º 0.95% 0.52% -
HSV(B) 319.23º 0.94% 0.98% -
XYZ 46.88 23.54 42.12 -
YUV 103.09 168.02 232.07 -
System Red Green Blue C M Y K H S L
Decimal 249 15 174 0 0.94 0.30 0.02 319.23 0.95 0.52
Hex F9 F AE 0 5E 1E 2 13F 5F 34
Octal 371 17 256 0 136 36 2 477 137 64
Binary 11111001 1111 10101110 0 1011110 11110 10 100111111 1011111 110100

Color Harmonies of #F90FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90FAE

Black with #F90FAE

Text Example


Text Example

White with #F90FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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