Html Css Color HEX #F925B9 Spicy Pink

📋 copy color: '#F925B9'

red 249 ◦ green 37 ◦ blue 185

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

Shades of Spicy Pink #F925B9

Tints of Spicy Pink #F925B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.28%

R = 52.87%
G = 7.86%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#F925B9 (or 0xF925B9) is known color: Spicy Pink. HEX triplet: F9, 25 and B9. RGB value is (249,37,185). Sum of RGB (Red+Green+Blue) = 249+37+185=471 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.87% from 471); Green value is 37 (14.84% from 255 or 7.86% from 471); Blue value is 185 (72.66% from 255 or 39.28% from 471); Max value from RGB is 249 - color contains mainly: red. Hex color #F925B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F925B9 is #06DA46. Grayscale: #747474. Windows color (decimal): -449095 or 12133881. OLE color: 12133881.

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

Color convert

RGB 249 37 185 -
CMYK 0 0.85 0.26 0.02
HSL 318.11º 0.95% 0.56% -
HSV(B) 318.11º 0.85% 0.98% -
XYZ 48.49 24.97 48.16 -
YUV 117.26 166.24 221.97 -
System Red Green Blue C M Y K H S L
Decimal 249 37 185 0 0.85 0.26 0.02 318.11 0.95 0.56
Hex F9 25 B9 0 55 1A 2 13E 5F 38
Octal 371 45 271 0 125 32 2 476 137 70
Binary 11111001 100101 10111001 0 1010101 11010 10 100111110 1011111 111000

Color Harmonies of #F925B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F925B9

Black with #F925B9

Text Example


Text Example

White with #F925B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F925B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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