Html Css Color HEX #F925BB Spicy Pink

📋 copy color: '#F925BB'

red 249 ◦ green 37 ◦ blue 187

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

Shades of Spicy Pink #F925BB

Tints of Spicy Pink #F925BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.53%

R = 52.64%
G = 7.82%
B = 39.53%

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

#F925BB (or 0xF925BB) is known color: Spicy Pink. HEX triplet: F9, 25 and BB. RGB value is (249,37,187). Sum of RGB (Red+Green+Blue) = 249+37+187=473 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.64% from 473); Green value is 37 (14.84% from 255 or 7.82% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 249 - color contains mainly: red. Hex color #F925BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F925BB is #06DA44. Grayscale: #757575. Windows color (decimal): -449093 or 12264953. OLE color: 12264953.

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

Color convert

RGB 249 37 187 -
CMYK 0 0.85 0.25 0.02
HSL 317.55º 0.95% 0.56% -
HSV(B) 317.55º 0.85% 0.98% -
XYZ 48.7 25.05 49.28 -
YUV 117.49 167.24 221.8 -
System Red Green Blue C M Y K H S L
Decimal 249 37 187 0 0.85 0.25 0.02 317.55 0.95 0.56
Hex F9 25 BB 0 55 19 2 13E 5F 38
Octal 371 45 273 0 125 31 2 476 137 70
Binary 11111001 100101 10111011 0 1010101 11001 10 100111110 1011111 111000

Color Harmonies of #F925BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F925BB

Black with #F925BB

Text Example


Text Example

White with #F925BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F925BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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