Html Css Color HEX #F52CB2 Spicy Pink

📋 copy color: '#F52CB2'

red 245 ◦ green 44 ◦ blue 178

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

Shades of Spicy Pink #F52CB2

Tints of Spicy Pink #F52CB2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.42%

 BLUE value IS 178 (69.92% from 255) = 38.12%

R = 52.46%
G = 9.42%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#F52CB2 (or 0xF52CB2) is known color: Spicy Pink. HEX triplet: F5, 2C and B2. RGB value is (245,44,178). Sum of RGB (Red+Green+Blue) = 245+44+178=467 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.46% from 467); Green value is 44 (17.58% from 255 or 9.42% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 245 - color contains mainly: red. Hex color #F52CB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52CB2 is #0AD34D. Grayscale: #777777. Windows color (decimal): -709454 or 11676917. OLE color: 11676917.

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

Color convert

RGB 245 44 178 -
CMYK 0 0.82 0.27 0.04
HSL 320º 0.91% 0.57% -
HSV(B) 320º 0.82% 0.96% -
XYZ 46.59 24.43 44.38 -
YUV 119.38 161.09 217.6 -
System Red Green Blue C M Y K H S L
Decimal 245 44 178 0 0.82 0.27 0.04 320 0.91 0.57
Hex F5 2C B2 0 52 1B 4 140 5B 39
Octal 365 54 262 0 122 33 4 500 133 71
Binary 11110101 101100 10110010 0 1010010 11011 100 101000000 1011011 111001

Color Harmonies of #F52CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52CB2

Black with #F52CB2

Text Example


Text Example

White with #F52CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52CB2; }

 p { color: rgb(245,44,178); }

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

background-color css

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

 a { background-color: rgb(245,44,178); }

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

border-color css

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

 span { border-color: rgb(245,44,178); }

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