Html Css Color HEX #F522BB Spicy Pink

📋 copy color: '#F522BB'

red 245 ◦ green 34 ◦ blue 187

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

Shades of Spicy Pink #F522BB

Tints of Spicy Pink #F522BB

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.3%

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

R = 52.58%
G = 7.3%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F522BB (or 0xF522BB) is known color: Spicy Pink. HEX triplet: F5, 22 and BB. RGB value is (245,34,187). Sum of RGB (Red+Green+Blue) = 245+34+187=466 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.58% from 466); Green value is 34 (13.67% from 255 or 7.30% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 245 - color contains mainly: red. Hex color #F522BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F522BB is #0ADD44. Grayscale: #727272. Windows color (decimal): -712005 or 12264181. OLE color: 12264181.

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

Color convert

RGB 245 34 187 -
CMYK 0 0.86 0.24 0.04
HSL 316.49º 0.91% 0.55% -
HSV(B) 316.49º 0.86% 0.96% -
XYZ 47.2 24.14 49.19 -
YUV 114.53 168.9 221.06 -
System Red Green Blue C M Y K H S L
Decimal 245 34 187 0 0.86 0.24 0.04 316.49 0.91 0.55
Hex F5 22 BB 0 56 18 4 13C 5B 37
Octal 365 42 273 0 126 30 4 474 133 67
Binary 11110101 100010 10111011 0 1010110 11000 100 100111100 1011011 110111

Color Harmonies of #F522BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F522BB

Black with #F522BB

Text Example


Text Example

White with #F522BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F522BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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