Html Css Color HEX #F763BA Hot Pink

📋 copy color: '#F763BA'

red 247 ◦ green 99 ◦ blue 186

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

Shades of Hot Pink #F763BA

Tints of Hot Pink #F763BA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.61%

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

R = 46.43%
G = 18.61%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F763BA (or 0xF763BA) is known color: Hot Pink. HEX triplet: F7, 63 and BA. RGB value is (247,99,186). Sum of RGB (Red+Green+Blue) = 247+99+186=532 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.43% from 532); Green value is 99 (39.06% from 255 or 18.61% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 247 - color contains mainly: red. Hex color #F763BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F763BA is #089C45. Grayscale: #989898. Windows color (decimal): -564294 or 12215287. OLE color: 12215287.

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

Color convert

RGB 247 99 186 -
CMYK 0 0.60 0.25 0.03
HSL 324.73º 0.9% 0.68% -
HSV(B) 324.73º 0.6% 0.97% -
XYZ 51.68 32.24 49.95 -
YUV 153.17 146.53 194.93 -
System Red Green Blue C M Y K H S L
Decimal 247 99 186 0 0.60 0.25 0.03 324.73 0.9 0.68
Hex F7 63 BA 0 3C 19 3 145 5A 44
Octal 367 143 272 0 74 31 3 505 132 104
Binary 11110111 1100011 10111010 0 111100 11001 11 101000101 1011010 1000100

Color Harmonies of #F763BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F763BA

Black with #F763BA

Text Example


Text Example

White with #F763BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F763BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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