Html Css Color HEX #F925AB Spicy Pink

📋 copy color: '#F925AB'

red 249 ◦ green 37 ◦ blue 171

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

Shades of Spicy Pink #F925AB

Tints of Spicy Pink #F925AB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.1%

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

R = 54.49%
G = 8.1%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F925AB (or 0xF925AB) is known color: Spicy Pink. HEX triplet: F9, 25 and AB. RGB value is (249,37,171). Sum of RGB (Red+Green+Blue) = 249+37+171=457 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.49% from 457); Green value is 37 (14.84% from 255 or 8.10% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 249 - color contains mainly: red. Hex color #F925AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F925AB is #06DA54. Grayscale: #737373. Windows color (decimal): -449109 or 11216377. OLE color: 11216377.

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

Color convert

RGB 249 37 171 -
CMYK 0 0.85 0.31 0.02
HSL 322.08º 0.95% 0.56% -
HSV(B) 322.08º 0.85% 0.98% -
XYZ 47.08 24.4 40.76 -
YUV 115.66 159.24 223.1 -
System Red Green Blue C M Y K H S L
Decimal 249 37 171 0 0.85 0.31 0.02 322.08 0.95 0.56
Hex F9 25 AB 0 55 1F 2 142 5F 38
Octal 371 45 253 0 125 37 2 502 137 70
Binary 11111001 100101 10101011 0 1010101 11111 10 101000010 1011111 111000

Color Harmonies of #F925AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F925AB

Black with #F925AB

Text Example


Text Example

White with #F925AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F925AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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