Html Css Color HEX #F925BA Spicy Pink

📋 copy color: '#F925BA'

red 249 ◦ green 37 ◦ blue 186

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

Shades of Spicy Pink #F925BA

Tints of Spicy Pink #F925BA

RGB

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

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

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

R = 52.75%
G = 7.84%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F925BA (or 0xF925BA) is known color: Spicy Pink. HEX triplet: F9, 25 and BA. RGB value is (249,37,186). Sum of RGB (Red+Green+Blue) = 249+37+186=472 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.75% from 472); Green value is 37 (14.84% from 255 or 7.84% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 249 - color contains mainly: red. Hex color #F925BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F925BA is #06DA45. Grayscale: #747474. Windows color (decimal): -449094 or 12199417. OLE color: 12199417.

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

Color convert

RGB 249 37 186 -
CMYK 0 0.85 0.25 0.02
HSL 317.83º 0.95% 0.56% -
HSV(B) 317.83º 0.85% 0.98% -
XYZ 48.59 25.01 48.72 -
YUV 117.37 166.74 221.88 -
System Red Green Blue C M Y K H S L
Decimal 249 37 186 0 0.85 0.25 0.02 317.83 0.95 0.56
Hex F9 25 BA 0 55 19 2 13E 5F 38
Octal 371 45 272 0 125 31 2 476 137 70
Binary 11111001 100101 10111010 0 1010101 11001 10 100111110 1011111 111000

Color Harmonies of #F925BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F925BA

Black with #F925BA

Text Example


Text Example

White with #F925BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F925BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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