Html Css Color HEX #F929AF Spicy Pink

📋 copy color: '#F929AF'

red 249 ◦ green 41 ◦ blue 175

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

Shades of Spicy Pink #F929AF

Tints of Spicy Pink #F929AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.63%

R = 53.55%
G = 8.82%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F929AF (or 0xF929AF) is known color: Spicy Pink. HEX triplet: F9, 29 and AF. RGB value is (249,41,175). Sum of RGB (Red+Green+Blue) = 249+41+175=465 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.55% from 465); Green value is 41 (16.41% from 255 or 8.82% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 249 - color contains mainly: red. Hex color #F929AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F929AF is #06D650. Grayscale: #767676. Windows color (decimal): -448081 or 11479545. OLE color: 11479545.

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

Color convert

RGB 249 41 175 -
CMYK 0 0.84 0.30 0.02
HSL 321.35º 0.95% 0.57% -
HSV(B) 321.35º 0.84% 0.98% -
XYZ 47.6 24.82 42.84 -
YUV 118.47 159.91 221.1 -
System Red Green Blue C M Y K H S L
Decimal 249 41 175 0 0.84 0.30 0.02 321.35 0.95 0.57
Hex F9 29 AF 0 54 1E 2 141 5F 39
Octal 371 51 257 0 124 36 2 501 137 71
Binary 11111001 101001 10101111 0 1010100 11110 10 101000001 1011111 111001

Color Harmonies of #F929AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F929AF

Black with #F929AF

Text Example


Text Example

White with #F929AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F929AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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