Html Css Color HEX #F765A6 Hot Pink

📋 copy color: '#F765A6'

red 247 ◦ green 101 ◦ blue 166

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

Shades of Hot Pink #F765A6

Tints of Hot Pink #F765A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 32.3%

R = 48.05%
G = 19.65%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.03

RGB Variations

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

Color information

#F765A6 (or 0xF765A6) is known color: Hot Pink. HEX triplet: F7, 65 and A6. RGB value is (247,101,166). Sum of RGB (Red+Green+Blue) = 247+101+166=514 (68% of max value = 765). Red value is 247 (96.88% from 255 or 48.05% from 514); Green value is 101 (39.84% from 255 or 19.65% from 514); Blue value is 166 (65.23% from 255 or 32.30% from 514); Max value from RGB is 247 - color contains mainly: red. Hex color #F765A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F765A6 is #089A59. Grayscale: #979797. Windows color (decimal): -563802 or 10905079. OLE color: 10905079.

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

Color convert

RGB 247 101 166 -
CMYK 0 0.59 0.33 0.03
HSL 333.29º 0.9% 0.68% -
HSV(B) 333.29º 0.59% 0.97% -
XYZ 49.89 31.83 39.59 -
YUV 152.06 135.87 195.71 -
System Red Green Blue C M Y K H S L
Decimal 247 101 166 0 0.59 0.33 0.03 333.29 0.9 0.68
Hex F7 65 A6 0 3B 21 3 14D 5A 44
Octal 367 145 246 0 73 41 3 515 132 104
Binary 11110111 1100101 10100110 0 111011 100001 11 101001101 1011010 1000100

Color Harmonies of #F765A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F765A6

Black with #F765A6

Text Example


Text Example

White with #F765A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F765A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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