Html Css Color HEX #F525BB Spicy Pink

📋 copy color: '#F525BB'

red 245 ◦ green 37 ◦ blue 187

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

Shades of Spicy Pink #F525BB

Tints of Spicy Pink #F525BB

RGB

 RED value IS 245 (96.09% from 255) = 52.24%

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

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

R = 52.24%
G = 7.89%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F525BB (or 0xF525BB) is known color: Spicy Pink. HEX triplet: F5, 25 and BB. RGB value is (245,37,187). Sum of RGB (Red+Green+Blue) = 245+37+187=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 37 (14.84% from 255 or 7.89% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F525BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F525BB is #0ADA44. Grayscale: #737373. Windows color (decimal): -711237 or 12264949. OLE color: 12264949.

HSL color Cylindrical-coordinate representation of color #F525BB: hue angle of 316.73º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F525BB is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 37 187 -
CMYK 0 0.85 0.24 0.04
HSL 316.73º 0.91% 0.55% -
HSV(B) 316.73º 0.85% 0.96% -
XYZ 47.29 24.32 49.22 -
YUV 116.29 167.91 219.8 -
System Red Green Blue C M Y K H S L
Decimal 245 37 187 0 0.85 0.24 0.04 316.73 0.91 0.55
Hex F5 25 BB 0 55 18 4 13D 5B 37
Octal 365 45 273 0 125 30 4 475 133 67
Binary 11110101 100101 10111011 0 1010101 11000 100 100111101 1011011 110111

Color Harmonies of #F525BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F525BB

Black with #F525BB

Text Example


Text Example

White with #F525BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F525BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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