Html Css Color HEX #F929BA Spicy Pink

📋 copy color: '#F929BA'

red 249 ◦ green 41 ◦ blue 186

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

Shades of Spicy Pink #F929BA

Tints of Spicy Pink #F929BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.08%

R = 52.31%
G = 8.61%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F929BA (or 0xF929BA) is known color: Spicy Pink. HEX triplet: F9, 29 and BA. RGB value is (249,41,186). Sum of RGB (Red+Green+Blue) = 249+41+186=476 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.31% from 476); Green value is 41 (16.41% from 255 or 8.61% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 249 - color contains mainly: red. Hex color #F929BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F929BA is #06D645. Grayscale: #777777. Windows color (decimal): -448070 or 12200441. OLE color: 12200441.

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

Color convert

RGB 249 41 186 -
CMYK 0 0.84 0.25 0.02
HSL 318.17º 0.95% 0.57% -
HSV(B) 318.17º 0.84% 0.98% -
XYZ 48.72 25.27 48.76 -
YUV 119.72 165.41 220.21 -
System Red Green Blue C M Y K H S L
Decimal 249 41 186 0 0.84 0.25 0.02 318.17 0.95 0.57
Hex F9 29 BA 0 54 19 2 13E 5F 39
Octal 371 51 272 0 124 31 2 476 137 71
Binary 11111001 101001 10111010 0 1010100 11001 10 100111110 1011111 111001

Color Harmonies of #F929BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F929BA

Black with #F929BA

Text Example


Text Example

White with #F929BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F929BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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