Html Css Color HEX #F550BE Hot Pink

📋 copy color: '#F550BE'

red 245 ◦ green 80 ◦ blue 190

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

Shades of Hot Pink #F550BE

Tints of Hot Pink #F550BE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.53%

 BLUE value IS 190 (74.61% from 255) = 36.89%

R = 47.57%
G = 15.53%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F550BE (or 0xF550BE) is known color: Hot Pink. HEX triplet: F5, 50 and BE. RGB value is (245,80,190). Sum of RGB (Red+Green+Blue) = 245+80+190=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 80 (31.64% from 255 or 15.53% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 245 - color contains mainly: red. Hex color #F550BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F550BE is #0AAF41. Grayscale: #8D8D8D. Windows color (decimal): -700226 or 12472565. OLE color: 12472565.

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

Color convert

RGB 245 80 190 -
CMYK 0 0.67 0.22 0.04
HSL 320º 0.89% 0.64% -
HSV(B) 320º 0.67% 0.96% -
XYZ 49.82 28.87 51.66 -
YUV 141.88 155.16 201.56 -
System Red Green Blue C M Y K H S L
Decimal 245 80 190 0 0.67 0.22 0.04 320 0.89 0.64
Hex F5 50 BE 0 43 16 4 140 59 40
Octal 365 120 276 0 103 26 4 500 131 100
Binary 11110101 1010000 10111110 0 1000011 10110 100 101000000 1011001 1000000

Color Harmonies of #F550BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F550BE

Black with #F550BE

Text Example


Text Example

White with #F550BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F550BE; }

 p { color: rgb(245,80,190); }

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

background-color css

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

 a { background-color: rgb(245,80,190); }

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

border-color css

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

 span { border-color: rgb(245,80,190); }

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