Html Css Color HEX #F551BD Hot Pink

📋 copy color: '#F551BD'

red 245 ◦ green 81 ◦ blue 189

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

Shades of Hot Pink #F551BD

Tints of Hot Pink #F551BD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.73%

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

R = 47.57%
G = 15.73%
B = 36.7%

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

#F551BD (or 0xF551BD) is known color: Hot Pink. HEX triplet: F5, 51 and BD. RGB value is (245,81,189). Sum of RGB (Red+Green+Blue) = 245+81+189=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 81 (32.03% from 255 or 15.73% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 245 - color contains mainly: red. Hex color #F551BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F551BD is #0AAE42. Grayscale: #8E8E8E. Windows color (decimal): -699971 or 12407285. OLE color: 12407285.

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

Color convert

RGB 245 81 189 -
CMYK 0 0.67 0.23 0.04
HSL 320.49º 0.89% 0.64% -
HSV(B) 320.49º 0.67% 0.96% -
XYZ 49.78 28.97 51.11 -
YUV 142.35 154.33 201.22 -
System Red Green Blue C M Y K H S L
Decimal 245 81 189 0 0.67 0.23 0.04 320.49 0.89 0.64
Hex F5 51 BD 0 43 17 4 140 59 40
Octal 365 121 275 0 103 27 4 500 131 100
Binary 11110101 1010001 10111101 0 1000011 10111 100 101000000 1011001 1000000

Color Harmonies of #F551BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F551BD

Black with #F551BD

Text Example


Text Example

White with #F551BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F551BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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