Html Css Color HEX #F764E5 Free Speech Magenta

📋 copy color: '#F764E5'

red 247 ◦ green 100 ◦ blue 229

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

Shades of Free Speech Magenta #F764E5

Tints of Free Speech Magenta #F764E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 39.76%

R = 42.88%
G = 17.36%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#F764E5 (or 0xF764E5) is known color: Free Speech Magenta. HEX triplet: F7, 64 and E5. RGB value is (247,100,229). Sum of RGB (Red+Green+Blue) = 247+100+229=576 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.88% from 576); Green value is 100 (39.45% from 255 or 17.36% from 576); Blue value is 229 (89.84% from 255 or 39.76% from 576); Max value from RGB is 247 - color contains mainly: red. Hex color #F764E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F764E5 is #089B1A. Grayscale: #9E9E9E. Windows color (decimal): -563995 or 15033591. OLE color: 15033591.

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

Color convert

RGB 247 100 229 -
CMYK 0 0.60 0.07 0.03
HSL 307.35º 0.9% 0.68% -
HSV(B) 307.35º 0.6% 0.97% -
XYZ 57.06 34.55 77.79 -
YUV 158.66 167.7 191.01 -
System Red Green Blue C M Y K H S L
Decimal 247 100 229 0 0.60 0.07 0.03 307.35 0.9 0.68
Hex F7 64 E5 0 3C 7 3 133 5A 44
Octal 367 144 345 0 74 7 3 463 132 104
Binary 11110111 1100100 11100101 0 111100 111 11 100110011 1011010 1000100

Color Harmonies of #F764E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F764E5

Black with #F764E5

Text Example


Text Example

White with #F764E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F764E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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