Html Css Color HEX #F52DB2 Spicy Pink

📋 copy color: '#F52DB2'

red 245 ◦ green 45 ◦ blue 178

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

Shades of Spicy Pink #F52DB2

Tints of Spicy Pink #F52DB2

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.62%

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

R = 52.35%
G = 9.62%
B = 38.03%

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

#F52DB2 (or 0xF52DB2) is known color: Spicy Pink. HEX triplet: F5, 2D and B2. RGB value is (245,45,178). Sum of RGB (Red+Green+Blue) = 245+45+178=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 45 (17.97% from 255 or 9.62% from 468); Blue value is 178 (69.92% from 255 or 38.03% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F52DB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52DB2 is #0AD24D. Grayscale: #777777. Windows color (decimal): -709198 or 11677173. OLE color: 11677173.

HSL color Cylindrical-coordinate representation of color #F52DB2: hue angle of 320.1º 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 #F52DB2 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 45 178 -
CMYK 0 0.82 0.27 0.04
HSL 320.1º 0.91% 0.57% -
HSV(B) 320.1º 0.82% 0.96% -
XYZ 46.63 24.5 44.39 -
YUV 119.96 160.76 217.19 -
System Red Green Blue C M Y K H S L
Decimal 245 45 178 0 0.82 0.27 0.04 320.1 0.91 0.57
Hex F5 2D B2 0 52 1B 4 140 5B 39
Octal 365 55 262 0 122 33 4 500 133 71
Binary 11110101 101101 10110010 0 1010010 11011 100 101000000 1011011 111001

Color Harmonies of #F52DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52DB2

Black with #F52DB2

Text Example


Text Example

White with #F52DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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