Html Css Color HEX #F765BB Hot Pink

📋 copy color: '#F765BB'

red 247 ◦ green 101 ◦ blue 187

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

Shades of Hot Pink #F765BB

Tints of Hot Pink #F765BB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.88%

 BLUE value IS 187 (73.44% from 255) = 34.95%

R = 46.17%
G = 18.88%
B = 34.95%

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

#F765BB (or 0xF765BB) is known color: Hot Pink. HEX triplet: F7, 65 and BB. RGB value is (247,101,187). Sum of RGB (Red+Green+Blue) = 247+101+187=535 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.17% from 535); Green value is 101 (39.84% from 255 or 18.88% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 247 - color contains mainly: red. Hex color #F765BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F765BB is #089A44. Grayscale: #9A9A9A. Windows color (decimal): -563781 or 12281335. OLE color: 12281335.

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

Color convert

RGB 247 101 187 -
CMYK 0 0.59 0.24 0.03
HSL 324.66º 0.9% 0.68% -
HSV(B) 324.66º 0.59% 0.97% -
XYZ 51.98 32.67 50.58 -
YUV 154.46 146.37 194.01 -
System Red Green Blue C M Y K H S L
Decimal 247 101 187 0 0.59 0.24 0.03 324.66 0.9 0.68
Hex F7 65 BB 0 3B 18 3 145 5A 44
Octal 367 145 273 0 73 30 3 505 132 104
Binary 11110111 1100101 10111011 0 111011 11000 11 101000101 1011010 1000100

Color Harmonies of #F765BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F765BB

Black with #F765BB

Text Example


Text Example

White with #F765BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F765BB; }

 p { color: rgb(247,101,187); }

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

background-color css

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

 a { background-color: rgb(247,101,187); }

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

border-color css

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

 span { border-color: rgb(247,101,187); }

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