Html Css Color HEX #F90EAC Spicy Pink

📋 copy color: '#F90EAC'

red 249 ◦ green 14 ◦ blue 172

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

Shades of Spicy Pink #F90EAC

Tints of Spicy Pink #F90EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.54%

R = 57.24%
G = 3.22%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F90EAC (or 0xF90EAC) is known color: Spicy Pink. HEX triplet: F9, 0E and AC. RGB value is (249,14,172). Sum of RGB (Red+Green+Blue) = 249+14+172=435 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.24% from 435); Green value is 14 (5.86% from 255 or 3.22% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 249 - color contains mainly: red. Hex color #F90EAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90EAC is #06F153. Grayscale: #656565. Windows color (decimal): -454996 or 11276025. OLE color: 11276025.

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

Color convert

RGB 249 14 172 -
CMYK 0 0.94 0.31 0.02
HSL 319.66º 0.95% 0.52% -
HSV(B) 319.66º 0.94% 0.98% -
XYZ 46.67 23.43 41.09 -
YUV 102.28 167.36 232.65 -
System Red Green Blue C M Y K H S L
Decimal 249 14 172 0 0.94 0.31 0.02 319.66 0.95 0.52
Hex F9 E AC 0 5E 1F 2 140 5F 34
Octal 371 16 254 0 136 37 2 500 137 64
Binary 11111001 1110 10101100 0 1011110 11111 10 101000000 1011111 110100

Color Harmonies of #F90EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90EAC

Black with #F90EAC

Text Example


Text Example

White with #F90EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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