Html Css Color HEX #F769AB Hot Pink

📋 copy color: '#F769AB'

red 247 ◦ green 105 ◦ blue 171

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

Shades of Hot Pink #F769AB

Tints of Hot Pink #F769AB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.08%

 BLUE value IS 171 (67.19% from 255) = 32.7%

R = 47.23%
G = 20.08%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F769AB (or 0xF769AB) is known color: Hot Pink. HEX triplet: F7, 69 and AB. RGB value is (247,105,171). Sum of RGB (Red+Green+Blue) = 247+105+171=523 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.23% from 523); Green value is 105 (41.41% from 255 or 20.08% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 247 - color contains mainly: red. Hex color #F769AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F769AB is #089654. Grayscale: #9A9A9A. Windows color (decimal): -562773 or 11233783. OLE color: 11233783.

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

Color convert

RGB 247 105 171 -
CMYK 0 0.57 0.31 0.03
HSL 332.11º 0.9% 0.69% -
HSV(B) 332.11º 0.57% 0.97% -
XYZ 50.76 32.82 42.19 -
YUV 154.98 137.04 193.63 -
System Red Green Blue C M Y K H S L
Decimal 247 105 171 0 0.57 0.31 0.03 332.11 0.9 0.69
Hex F7 69 AB 0 39 1F 3 14C 5A 45
Octal 367 151 253 0 71 37 3 514 132 105
Binary 11110111 1101001 10101011 0 111001 11111 11 101001100 1011010 1000101

Color Harmonies of #F769AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F769AB

Black with #F769AB

Text Example


Text Example

White with #F769AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F769AB; }

 p { color: rgb(247,105,171); }

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

background-color css

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

 a { background-color: rgb(247,105,171); }

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

border-color css

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

 span { border-color: rgb(247,105,171); }

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