Html Css Color HEX #F929B2 Spicy Pink

📋 copy color: '#F929B2'

red 249 ◦ green 41 ◦ blue 178

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

Shades of Spicy Pink #F929B2

Tints of Spicy Pink #F929B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.03%

R = 53.21%
G = 8.76%
B = 38.03%

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

#F929B2 (or 0xF929B2) is known color: Spicy Pink. HEX triplet: F9, 29 and B2. RGB value is (249,41,178). Sum of RGB (Red+Green+Blue) = 249+41+178=468 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.21% from 468); Green value is 41 (16.41% from 255 or 8.76% from 468); Blue value is 178 (69.92% from 255 or 38.03% from 468); Max value from RGB is 249 - color contains mainly: red. Hex color #F929B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F929B2 is #06D64D. Grayscale: #767676. Windows color (decimal): -448078 or 11676153. OLE color: 11676153.

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

Color convert

RGB 249 41 178 -
CMYK 0 0.84 0.29 0.02
HSL 320.48º 0.95% 0.57% -
HSV(B) 320.48º 0.84% 0.98% -
XYZ 47.9 24.94 44.41 -
YUV 118.81 161.41 220.86 -
System Red Green Blue C M Y K H S L
Decimal 249 41 178 0 0.84 0.29 0.02 320.48 0.95 0.57
Hex F9 29 B2 0 54 1D 2 140 5F 39
Octal 371 51 262 0 124 35 2 500 137 71
Binary 11111001 101001 10110010 0 1010100 11101 10 101000000 1011111 111001

Color Harmonies of #F929B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F929B2

Black with #F929B2

Text Example


Text Example

White with #F929B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F929B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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