Html Css Color HEX #F054BD Hot Pink

📋 copy color: '#F054BD'

red 240 ◦ green 84 ◦ blue 189

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

Shades of Hot Pink #F054BD

Tints of Hot Pink #F054BD

RGB

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

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

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

R = 46.78%
G = 16.37%
B = 36.84%

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

#F054BD (or 0xF054BD) is known color: Hot Pink. HEX triplet: F0, 54 and BD. RGB value is (240,84,189). Sum of RGB (Red+Green+Blue) = 240+84+189=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 84 (33.20% from 255 or 16.37% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F054BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F054BD is #0FAB42. Grayscale: #8E8E8E. Windows color (decimal): -1026883 or 12408048. OLE color: 12408048.

HSL color Cylindrical-coordinate representation of color #F054BD: hue angle of 319.62º 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 #F054BD is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 84 189 -
CMYK 0 0.65 0.21 0.06
HSL 319.62º 0.84% 0.64% -
HSV(B) 319.62º 0.65% 0.94% -
XYZ 48.29 28.54 51.11 -
YUV 142.61 154.18 197.46 -
System Red Green Blue C M Y K H S L
Decimal 240 84 189 0 0.65 0.21 0.06 319.62 0.84 0.64
Hex F0 54 BD 0 41 15 6 140 54 40
Octal 360 124 275 0 101 25 6 500 124 100
Binary 11110000 1010100 10111101 0 1000001 10101 110 101000000 1010100 1000000

Color Harmonies of #F054BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F054BD

Black with #F054BD

Text Example


Text Example

White with #F054BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F054BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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