Html Css Color HEX #F054BE Hot Pink

📋 copy color: '#F054BE'

red 240 ◦ green 84 ◦ blue 190

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

Shades of Hot Pink #F054BE

Tints of Hot Pink #F054BE

RGB

 RED value IS 240 (94.14% from 255) = 46.69%

 GREEN value IS 84 (33.2% from 255) = 16.34%

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

R = 46.69%
G = 16.34%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F054BE (or 0xF054BE) is known color: Hot Pink. HEX triplet: F0, 54 and BE. RGB value is (240,84,190). Sum of RGB (Red+Green+Blue) = 240+84+190=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 84 (33.20% from 255 or 16.34% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F054BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F054BE is #0FAB41. Grayscale: #8E8E8E. Windows color (decimal): -1026882 or 12473584. OLE color: 12473584.

HSL color Cylindrical-coordinate representation of color #F054BE: hue angle of 319.23º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F054BE is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 84 190 -
CMYK 0 0.65 0.21 0.06
HSL 319.23º 0.84% 0.64% -
HSV(B) 319.23º 0.65% 0.94% -
XYZ 48.4 28.58 51.68 -
YUV 142.73 154.68 197.38 -
System Red Green Blue C M Y K H S L
Decimal 240 84 190 0 0.65 0.21 0.06 319.23 0.84 0.64
Hex F0 54 BE 0 41 15 6 13F 54 40
Octal 360 124 276 0 101 25 6 477 124 100
Binary 11110000 1010100 10111110 0 1000001 10101 110 100111111 1010100 1000000

Color Harmonies of #F054BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F054BE

Black with #F054BE

Text Example


Text Example

White with #F054BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F054BE; }

 p { color: rgb(240,84,190); }

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

background-color css

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

 a { background-color: rgb(240,84,190); }

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

border-color css

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

 span { border-color: rgb(240,84,190); }

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