Html Css Color HEX #F90DAE Spicy Pink

📋 copy color: '#F90DAE'

red 249 ◦ green 13 ◦ blue 174

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

Shades of Spicy Pink #F90DAE

Tints of Spicy Pink #F90DAE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.98%

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

R = 57.11%
G = 2.98%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F90DAE (or 0xF90DAE) is known color: Spicy Pink. HEX triplet: F9, 0D and AE. RGB value is (249,13,174). Sum of RGB (Red+Green+Blue) = 249+13+174=436 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.11% from 436); Green value is 13 (5.47% from 255 or 2.98% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 249 - color contains mainly: red. Hex color #F90DAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90DAE is #06F251. Grayscale: #656565. Windows color (decimal): -455250 or 11406841. OLE color: 11406841.

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

Color convert

RGB 249 13 174 -
CMYK 0 0.95 0.30 0.02
HSL 319.07º 0.95% 0.51% -
HSV(B) 319.07º 0.95% 0.98% -
XYZ 46.85 23.48 42.11 -
YUV 101.92 168.69 232.91 -
System Red Green Blue C M Y K H S L
Decimal 249 13 174 0 0.95 0.30 0.02 319.07 0.95 0.51
Hex F9 D AE 0 5F 1E 2 13F 5F 33
Octal 371 15 256 0 137 36 2 477 137 63
Binary 11111001 1101 10101110 0 1011111 11110 10 100111111 1011111 110011

Color Harmonies of #F90DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90DAE

Black with #F90DAE

Text Example


Text Example

White with #F90DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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