Html Css Color HEX #F553BE Hot Pink

📋 copy color: '#F553BE'

red 245 ◦ green 83 ◦ blue 190

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

Shades of Hot Pink #F553BE

Tints of Hot Pink #F553BE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.02%

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

R = 47.3%
G = 16.02%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F553BE (or 0xF553BE) is known color: Hot Pink. HEX triplet: F5, 53 and BE. RGB value is (245,83,190). Sum of RGB (Red+Green+Blue) = 245+83+190=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 83 (32.81% from 255 or 16.02% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 245 - color contains mainly: red. Hex color #F553BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F553BE is #0AAC41. Grayscale: #8F8F8F. Windows color (decimal): -699458 or 12473333. OLE color: 12473333.

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

Color convert

RGB 245 83 190 -
CMYK 0 0.66 0.22 0.04
HSL 320.37º 0.89% 0.64% -
HSV(B) 320.37º 0.66% 0.96% -
XYZ 50.04 29.32 51.74 -
YUV 143.64 154.17 200.3 -
System Red Green Blue C M Y K H S L
Decimal 245 83 190 0 0.66 0.22 0.04 320.37 0.89 0.64
Hex F5 53 BE 0 42 16 4 140 59 40
Octal 365 123 276 0 102 26 4 500 131 100
Binary 11110101 1010011 10111110 0 1000010 10110 100 101000000 1011001 1000000

Color Harmonies of #F553BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F553BE

Black with #F553BE

Text Example


Text Example

White with #F553BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F553BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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