Html Css Color HEX #F750BD Hot Pink

📋 copy color: '#F750BD'

red 247 ◦ green 80 ◦ blue 189

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

Shades of Hot Pink #F750BD

Tints of Hot Pink #F750BD

RGB

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

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

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

R = 47.87%
G = 15.5%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F750BD (or 0xF750BD) is known color: Hot Pink. HEX triplet: F7, 50 and BD. RGB value is (247,80,189). Sum of RGB (Red+Green+Blue) = 247+80+189=516 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.87% from 516); Green value is 80 (31.64% from 255 or 15.50% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 247 - color contains mainly: red. Hex color #F750BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F750BD is #08AF42. Grayscale: #8E8E8E. Windows color (decimal): -569155 or 12407031. OLE color: 12407031.

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

Color convert

RGB 247 80 189 -
CMYK 0 0.68 0.23 0.03
HSL 320.84º 0.91% 0.64% -
HSV(B) 320.84º 0.68% 0.97% -
XYZ 50.41 29.19 51.12 -
YUV 142.36 154.33 202.64 -
System Red Green Blue C M Y K H S L
Decimal 247 80 189 0 0.68 0.23 0.03 320.84 0.91 0.64
Hex F7 50 BD 0 44 17 3 141 5B 40
Octal 367 120 275 0 104 27 3 501 133 100
Binary 11110111 1010000 10111101 0 1000100 10111 11 101000001 1011011 1000000

Color Harmonies of #F750BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F750BD

Black with #F750BD

Text Example


Text Example

White with #F750BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F750BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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