Html Css Color HEX #F764B5 Hot Pink

📋 copy color: '#F764B5'

red 247 ◦ green 100 ◦ blue 181

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

Shades of Hot Pink #F764B5

Tints of Hot Pink #F764B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.28%

R = 46.78%
G = 18.94%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#F764B5 (or 0xF764B5) is known color: Hot Pink. HEX triplet: F7, 64 and B5. RGB value is (247,100,181). Sum of RGB (Red+Green+Blue) = 247+100+181=528 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.78% from 528); Green value is 100 (39.45% from 255 or 18.94% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 247 - color contains mainly: red. Hex color #F764B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F764B5 is #089B4A. Grayscale: #999999. Windows color (decimal): -564043 or 11887863. OLE color: 11887863.

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

Color convert

RGB 247 100 181 -
CMYK 0 0.60 0.27 0.03
HSL 326.94º 0.9% 0.68% -
HSV(B) 326.94º 0.6% 0.97% -
XYZ 51.26 32.22 47.23 -
YUV 153.19 143.7 194.91 -
System Red Green Blue C M Y K H S L
Decimal 247 100 181 0 0.60 0.27 0.03 326.94 0.9 0.68
Hex F7 64 B5 0 3C 1B 3 147 5A 44
Octal 367 144 265 0 74 33 3 507 132 104
Binary 11110111 1100100 10110101 0 111100 11011 11 101000111 1011010 1000100

Color Harmonies of #F764B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F764B5

Black with #F764B5

Text Example


Text Example

White with #F764B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F764B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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