Html Css Color HEX #F766BC Hot Pink

📋 copy color: '#F766BC'

red 247 ◦ green 102 ◦ blue 188

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

Shades of Hot Pink #F766BC

Tints of Hot Pink #F766BC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.99%

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

R = 46%
G = 18.99%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F766BC (or 0xF766BC) is known color: Hot Pink. HEX triplet: F7, 66 and BC. RGB value is (247,102,188). Sum of RGB (Red+Green+Blue) = 247+102+188=537 (71% of max value = 765). Red value is 247 (96.88% from 255 or 46.00% from 537); Green value is 102 (40.23% from 255 or 18.99% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 247 - color contains mainly: red. Hex color #F766BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F766BC is #089943. Grayscale: #9A9A9A. Windows color (decimal): -563524 or 12347127. OLE color: 12347127.

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

Color convert

RGB 247 102 188 -
CMYK 0 0.59 0.24 0.03
HSL 324.41º 0.9% 0.68% -
HSV(B) 324.41º 0.59% 0.97% -
XYZ 52.19 32.91 51.18 -
YUV 155.16 146.54 193.51 -
System Red Green Blue C M Y K H S L
Decimal 247 102 188 0 0.59 0.24 0.03 324.41 0.9 0.68
Hex F7 66 BC 0 3B 18 3 144 5A 44
Octal 367 146 274 0 73 30 3 504 132 104
Binary 11110111 1100110 10111100 0 111011 11000 11 101000100 1011010 1000100

Color Harmonies of #F766BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F766BC

Black with #F766BC

Text Example


Text Example

White with #F766BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F766BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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