Html Css Color HEX #F750BC Hot Pink

📋 copy color: '#F750BC'

red 247 ◦ green 80 ◦ blue 188

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

Shades of Hot Pink #F750BC

Tints of Hot Pink #F750BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.5%

R = 47.96%
G = 15.53%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F750BC (or 0xF750BC) is known color: Hot Pink. HEX triplet: F7, 50 and BC. RGB value is (247,80,188). Sum of RGB (Red+Green+Blue) = 247+80+188=515 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.96% from 515); Green value is 80 (31.64% from 255 or 15.53% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 247 - color contains mainly: red. Hex color #F750BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F750BC is #08AF43. Grayscale: #8D8D8D. Windows color (decimal): -569156 or 12341495. OLE color: 12341495.

HSL color Cylindrical-coordinate representation of color #F750BC: hue angle of 321.2º 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 #F750BC is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 80 188 -
CMYK 0 0.68 0.24 0.03
HSL 321.2º 0.91% 0.64% -
HSV(B) 321.2º 0.68% 0.97% -
XYZ 50.3 29.14 50.55 -
YUV 142.25 153.83 202.72 -
System Red Green Blue C M Y K H S L
Decimal 247 80 188 0 0.68 0.24 0.03 321.2 0.91 0.64
Hex F7 50 BC 0 44 18 3 141 5B 40
Octal 367 120 274 0 104 30 3 501 133 100
Binary 11110111 1010000 10111100 0 1000100 11000 11 101000001 1011011 1000000

Color Harmonies of #F750BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F750BC

Black with #F750BC

Text Example


Text Example

White with #F750BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F750BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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