Html Css Color HEX #F050BD Hot Pink

📋 copy color: '#F050BD'

red 240 ◦ green 80 ◦ blue 189

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

Shades of Hot Pink #F050BD

Tints of Hot Pink #F050BD

RGB

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

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

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

R = 47.15%
G = 15.72%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F050BD (or 0xF050BD) is known color: Hot Pink. HEX triplet: F0, 50 and BD. RGB value is (240,80,189). Sum of RGB (Red+Green+Blue) = 240+80+189=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 80 (31.64% from 255 or 15.72% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F050BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F050BD is #0FAF42. Grayscale: #8B8B8B. Windows color (decimal): -1027907 or 12407024. OLE color: 12407024.

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

Color convert

RGB 240 80 189 -
CMYK 0 0.67 0.21 0.06
HSL 319.13º 0.84% 0.63% -
HSV(B) 319.13º 0.67% 0.94% -
XYZ 47.99 27.94 51.01 -
YUV 140.27 155.51 199.14 -
System Red Green Blue C M Y K H S L
Decimal 240 80 189 0 0.67 0.21 0.06 319.13 0.84 0.63
Hex F0 50 BD 0 43 15 6 13F 54 3F
Octal 360 120 275 0 103 25 6 477 124 77
Binary 11110000 1010000 10111101 0 1000011 10101 110 100111111 1010100 111111

Color Harmonies of #F050BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F050BD

Black with #F050BD

Text Example


Text Example

White with #F050BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F050BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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