Html Css Color HEX #F768B9 Hot Pink

📋 copy color: '#F768B9'

red 247 ◦ green 104 ◦ blue 185

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

Shades of Hot Pink #F768B9

Tints of Hot Pink #F768B9

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.4%

 BLUE value IS 185 (72.66% from 255) = 34.51%

R = 46.08%
G = 19.4%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F768B9 (or 0xF768B9) is known color: Hot Pink. HEX triplet: F7, 68 and B9. RGB value is (247,104,185). Sum of RGB (Red+Green+Blue) = 247+104+185=536 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.08% from 536); Green value is 104 (41.02% from 255 or 19.40% from 536); Blue value is 185 (72.66% from 255 or 34.51% from 536); Max value from RGB is 247 - color contains mainly: red. Hex color #F768B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F768B9 is #089746. Grayscale: #9B9B9B. Windows color (decimal): -563015 or 12151031. OLE color: 12151031.

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

Color convert

RGB 247 104 185 -
CMYK 0 0.58 0.25 0.03
HSL 326.01º 0.9% 0.69% -
HSV(B) 326.01º 0.58% 0.97% -
XYZ 52.07 33.18 49.56 -
YUV 155.99 144.38 192.91 -
System Red Green Blue C M Y K H S L
Decimal 247 104 185 0 0.58 0.25 0.03 326.01 0.9 0.69
Hex F7 68 B9 0 3A 19 3 146 5A 45
Octal 367 150 271 0 72 31 3 506 132 105
Binary 11110111 1101000 10111001 0 111010 11001 11 101000110 1011010 1000101

Color Harmonies of #F768B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F768B9

Black with #F768B9

Text Example


Text Example

White with #F768B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F768B9; }

 p { color: rgb(247,104,185); }

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

background-color css

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

 a { background-color: rgb(247,104,185); }

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

border-color css

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

 span { border-color: rgb(247,104,185); }

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