Html Css Color HEX #F765BA Hot Pink

📋 copy color: '#F765BA'

red 247 ◦ green 101 ◦ blue 186

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

Shades of Hot Pink #F765BA

Tints of Hot Pink #F765BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.83%

R = 46.25%
G = 18.91%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F765BA (or 0xF765BA) is known color: Hot Pink. HEX triplet: F7, 65 and BA. RGB value is (247,101,186). Sum of RGB (Red+Green+Blue) = 247+101+186=534 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.25% from 534); Green value is 101 (39.84% from 255 or 18.91% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 247 - color contains mainly: red. Hex color #F765BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F765BA is #089A45. Grayscale: #9A9A9A. Windows color (decimal): -563782 or 12215799. OLE color: 12215799.

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

Color convert

RGB 247 101 186 -
CMYK 0 0.59 0.25 0.03
HSL 325.07º 0.9% 0.68% -
HSV(B) 325.07º 0.59% 0.97% -
XYZ 51.87 32.63 50.02 -
YUV 154.34 145.87 194.09 -
System Red Green Blue C M Y K H S L
Decimal 247 101 186 0 0.59 0.25 0.03 325.07 0.9 0.68
Hex F7 65 BA 0 3B 19 3 145 5A 44
Octal 367 145 272 0 73 31 3 505 132 104
Binary 11110111 1100101 10111010 0 111011 11001 11 101000101 1011010 1000100

Color Harmonies of #F765BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F765BA

Black with #F765BA

Text Example


Text Example

White with #F765BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F765BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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