Html Css Color HEX #F90DAB Spicy Pink

📋 copy color: '#F90DAB'

red 249 ◦ green 13 ◦ blue 171

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

Shades of Spicy Pink #F90DAB

Tints of Spicy Pink #F90DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.49%

R = 57.51%
G = 3%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F90DAB (or 0xF90DAB) is known color: Spicy Pink. HEX triplet: F9, 0D and AB. RGB value is (249,13,171). Sum of RGB (Red+Green+Blue) = 249+13+171=433 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.51% from 433); Green value is 13 (5.47% from 255 or 3.00% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 249 - color contains mainly: red. Hex color #F90DAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90DAB is #06F254. Grayscale: #656565. Windows color (decimal): -455253 or 11210233. OLE color: 11210233.

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

Color convert

RGB 249 13 171 -
CMYK 0 0.95 0.31 0.02
HSL 319.83º 0.95% 0.51% -
HSV(B) 319.83º 0.95% 0.98% -
XYZ 46.56 23.37 40.58 -
YUV 101.58 167.19 233.15 -
System Red Green Blue C M Y K H S L
Decimal 249 13 171 0 0.95 0.31 0.02 319.83 0.95 0.51
Hex F9 D AB 0 5F 1F 2 140 5F 33
Octal 371 15 253 0 137 37 2 500 137 63
Binary 11111001 1101 10101011 0 1011111 11111 10 101000000 1011111 110011

Color Harmonies of #F90DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90DAB

Black with #F90DAB

Text Example


Text Example

White with #F90DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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