Html Css Color HEX #F90EA8 Spicy Pink

📋 copy color: '#F90EA8'

red 249 ◦ green 14 ◦ blue 168

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

Shades of Spicy Pink #F90EA8

Tints of Spicy Pink #F90EA8

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.25%

 BLUE value IS 168 (66.02% from 255) = 38.98%

R = 57.77%
G = 3.25%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F90EA8 (or 0xF90EA8) is known color: Spicy Pink. HEX triplet: F9, 0E and A8. RGB value is (249,14,168). Sum of RGB (Red+Green+Blue) = 249+14+168=431 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.77% from 431); Green value is 14 (5.86% from 255 or 3.25% from 431); Blue value is 168 (66.02% from 255 or 38.98% from 431); Max value from RGB is 249 - color contains mainly: red. Hex color #F90EA8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90EA8 is #06F157. Grayscale: #656565. Windows color (decimal): -455000 or 11013881. OLE color: 11013881.

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

Color convert

RGB 249 14 168 -
CMYK 0 0.94 0.33 0.02
HSL 320.68º 0.95% 0.52% -
HSV(B) 320.68º 0.94% 0.98% -
XYZ 46.29 23.28 39.1 -
YUV 101.82 165.36 232.98 -
System Red Green Blue C M Y K H S L
Decimal 249 14 168 0 0.94 0.33 0.02 320.68 0.95 0.52
Hex F9 E A8 0 5E 21 2 141 5F 34
Octal 371 16 250 0 136 41 2 501 137 64
Binary 11111001 1110 10101000 0 1011110 100001 10 101000001 1011111 110100

Color Harmonies of #F90EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90EA8

Black with #F90EA8

Text Example


Text Example

White with #F90EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90EA8; }

 p { color: rgb(249,14,168); }

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

background-color css

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

 a { background-color: rgb(249,14,168); }

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

border-color css

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

 span { border-color: rgb(249,14,168); }

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