Html Css Color HEX #F754BD Hot Pink

📋 copy color: '#F754BD'

red 247 ◦ green 84 ◦ blue 189

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

Shades of Hot Pink #F754BD

Tints of Hot Pink #F754BD

RGB

 RED value IS 247 (96.88% from 255) = 47.5%

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

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

R = 47.5%
G = 16.15%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F754BD (or 0xF754BD) is known color: Hot Pink. HEX triplet: F7, 54 and BD. RGB value is (247,84,189). Sum of RGB (Red+Green+Blue) = 247+84+189=520 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.5% from 520); Green value is 84 (33.20% from 255 or 16.15% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 247 - color contains mainly: red. Hex color #F754BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F754BD is #08AB42. Grayscale: #909090. Windows color (decimal): -568131 or 12408055. OLE color: 12408055.

HSL color Cylindrical-coordinate representation of color #F754BD: hue angle of 321.35º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F754BD is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 84 189 -
CMYK 0 0.66 0.23 0.03
HSL 321.35º 0.91% 0.65% -
HSV(B) 321.35º 0.66% 0.97% -
XYZ 50.71 29.79 51.22 -
YUV 144.71 153 200.96 -
System Red Green Blue C M Y K H S L
Decimal 247 84 189 0 0.66 0.23 0.03 321.35 0.91 0.65
Hex F7 54 BD 0 42 17 3 141 5B 41
Octal 367 124 275 0 102 27 3 501 133 101
Binary 11110111 1010100 10111101 0 1000010 10111 11 101000001 1011011 1000001

Color Harmonies of #F754BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F754BD

Black with #F754BD

Text Example


Text Example

White with #F754BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F754BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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