Html Css Color HEX #F552BD Hot Pink

📋 copy color: '#F552BD'

red 245 ◦ green 82 ◦ blue 189

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

Shades of Hot Pink #F552BD

Tints of Hot Pink #F552BD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.89%

 BLUE value IS 189 (74.22% from 255) = 36.63%

R = 47.48%
G = 15.89%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F552BD (or 0xF552BD) is known color: Hot Pink. HEX triplet: F5, 52 and BD. RGB value is (245,82,189). Sum of RGB (Red+Green+Blue) = 245+82+189=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 82 (32.42% from 255 or 15.89% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F552BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F552BD is #0AAD42. Grayscale: #8E8E8E. Windows color (decimal): -699715 or 12407541. OLE color: 12407541.

HSL color Cylindrical-coordinate representation of color #F552BD: hue angle of 320.61º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F552BD is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 82 189 -
CMYK 0 0.67 0.23 0.04
HSL 320.61º 0.89% 0.64% -
HSV(B) 320.61º 0.67% 0.96% -
XYZ 49.86 29.12 51.14 -
YUV 142.94 154 200.8 -
System Red Green Blue C M Y K H S L
Decimal 245 82 189 0 0.67 0.23 0.04 320.61 0.89 0.64
Hex F5 52 BD 0 43 17 4 141 59 40
Octal 365 122 275 0 103 27 4 501 131 100
Binary 11110101 1010010 10111101 0 1000011 10111 100 101000001 1011001 1000000

Color Harmonies of #F552BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F552BD

Black with #F552BD

Text Example


Text Example

White with #F552BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F552BD; }

 p { color: rgb(245,82,189); }

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

background-color css

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

 a { background-color: rgb(245,82,189); }

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

border-color css

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

 span { border-color: rgb(245,82,189); }

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