Html Css Color HEX #F766B4 Hot Pink

📋 copy color: '#F766B4'

red 247 ◦ green 102 ◦ blue 180

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

Shades of Hot Pink #F766B4

Tints of Hot Pink #F766B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.03%

R = 46.69%
G = 19.28%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#F766B4 (or 0xF766B4) is known color: Hot Pink. HEX triplet: F7, 66 and B4. RGB value is (247,102,180). Sum of RGB (Red+Green+Blue) = 247+102+180=529 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.69% from 529); Green value is 102 (40.23% from 255 or 19.28% from 529); Blue value is 180 (70.70% from 255 or 34.03% from 529); Max value from RGB is 247 - color contains mainly: red. Hex color #F766B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F766B4 is #08994B. Grayscale: #9A9A9A. Windows color (decimal): -563532 or 11822839. OLE color: 11822839.

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

Color convert

RGB 247 102 180 -
CMYK 0 0.59 0.27 0.03
HSL 327.72º 0.9% 0.68% -
HSV(B) 327.72º 0.59% 0.97% -
XYZ 51.35 32.57 46.76 -
YUV 154.25 142.54 194.16 -
System Red Green Blue C M Y K H S L
Decimal 247 102 180 0 0.59 0.27 0.03 327.72 0.9 0.68
Hex F7 66 B4 0 3B 1B 3 148 5A 44
Octal 367 146 264 0 73 33 3 510 132 104
Binary 11110111 1100110 10110100 0 111011 11011 11 101001000 1011010 1000100

Color Harmonies of #F766B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F766B4

Black with #F766B4

Text Example


Text Example

White with #F766B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F766B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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