Html Css Color HEX #F929B1 Spicy Pink

📋 copy color: '#F929B1'

red 249 ◦ green 41 ◦ blue 177

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

Shades of Spicy Pink #F929B1

Tints of Spicy Pink #F929B1

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.78%

 BLUE value IS 177 (69.53% from 255) = 37.9%

R = 53.32%
G = 8.78%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F929B1 (or 0xF929B1) is known color: Spicy Pink. HEX triplet: F9, 29 and B1. RGB value is (249,41,177). Sum of RGB (Red+Green+Blue) = 249+41+177=467 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.32% from 467); Green value is 41 (16.41% from 255 or 8.78% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 249 - color contains mainly: red. Hex color #F929B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F929B1 is #06D64E. Grayscale: #767676. Windows color (decimal): -448079 or 11610617. OLE color: 11610617.

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

Color convert

RGB 249 41 177 -
CMYK 0 0.84 0.29 0.02
HSL 320.77º 0.95% 0.57% -
HSV(B) 320.77º 0.84% 0.98% -
XYZ 47.8 24.9 43.88 -
YUV 118.7 160.91 220.94 -
System Red Green Blue C M Y K H S L
Decimal 249 41 177 0 0.84 0.29 0.02 320.77 0.95 0.57
Hex F9 29 B1 0 54 1D 2 141 5F 39
Octal 371 51 261 0 124 35 2 501 137 71
Binary 11111001 101001 10110001 0 1010100 11101 10 101000001 1011111 111001

Color Harmonies of #F929B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F929B1

Black with #F929B1

Text Example


Text Example

White with #F929B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F929B1; }

 p { color: rgb(249,41,177); }

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

background-color css

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

 a { background-color: rgb(249,41,177); }

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

border-color css

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

 span { border-color: rgb(249,41,177); }

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