Html Css Color HEX #F529BB Spicy Pink

📋 copy color: '#F529BB'

red 245 ◦ green 41 ◦ blue 187

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

Shades of Spicy Pink #F529BB

Tints of Spicy Pink #F529BB

RGB

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

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

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

R = 51.8%
G = 8.67%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F529BB (or 0xF529BB) is known color: Spicy Pink. HEX triplet: F5, 29 and BB. RGB value is (245,41,187). Sum of RGB (Red+Green+Blue) = 245+41+187=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 41 (16.41% from 255 or 8.67% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F529BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F529BB is #0AD644. Grayscale: #767676. Windows color (decimal): -710213 or 12265973. OLE color: 12265973.

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

Color convert

RGB 245 41 187 -
CMYK 0 0.83 0.24 0.04
HSL 317.06º 0.91% 0.56% -
HSV(B) 317.06º 0.83% 0.96% -
XYZ 47.42 24.59 49.26 -
YUV 118.64 166.59 218.13 -
System Red Green Blue C M Y K H S L
Decimal 245 41 187 0 0.83 0.24 0.04 317.06 0.91 0.56
Hex F5 29 BB 0 53 18 4 13D 5B 38
Octal 365 51 273 0 123 30 4 475 133 70
Binary 11110101 101001 10111011 0 1010011 11000 100 100111101 1011011 111000

Color Harmonies of #F529BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F529BB

Black with #F529BB

Text Example


Text Example

White with #F529BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F529BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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