Html Css Color HEX #F764B8 Hot Pink

📋 copy color: '#F764B8'

red 247 ◦ green 100 ◦ blue 184

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

Shades of Hot Pink #F764B8

Tints of Hot Pink #F764B8

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.83%

 BLUE value IS 184 (72.27% from 255) = 34.65%

R = 46.52%
G = 18.83%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.03

RGB Variations

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

Color information

#F764B8 (or 0xF764B8) is known color: Hot Pink. HEX triplet: F7, 64 and B8. RGB value is (247,100,184). Sum of RGB (Red+Green+Blue) = 247+100+184=531 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.52% from 531); Green value is 100 (39.45% from 255 or 18.83% from 531); Blue value is 184 (72.27% from 255 or 34.65% from 531); Max value from RGB is 247 - color contains mainly: red. Hex color #F764B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F764B8 is #089B47. Grayscale: #999999. Windows color (decimal): -564040 or 12084471. OLE color: 12084471.

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

Color convert

RGB 247 100 184 -
CMYK 0 0.60 0.26 0.03
HSL 325.71º 0.9% 0.68% -
HSV(B) 325.71º 0.6% 0.97% -
XYZ 51.57 32.35 48.87 -
YUV 153.53 145.2 194.67 -
System Red Green Blue C M Y K H S L
Decimal 247 100 184 0 0.60 0.26 0.03 325.71 0.9 0.68
Hex F7 64 B8 0 3C 1A 3 146 5A 44
Octal 367 144 270 0 74 32 3 506 132 104
Binary 11110111 1100100 10111000 0 111100 11010 11 101000110 1011010 1000100

Color Harmonies of #F764B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F764B8

Black with #F764B8

Text Example


Text Example

White with #F764B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F764B8; }

 p { color: rgb(247,100,184); }

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

background-color css

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

 a { background-color: rgb(247,100,184); }

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

border-color css

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

 span { border-color: rgb(247,100,184); }

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