Html Css Color HEX #F760E5 Free Speech Magenta

📋 copy color: '#F760E5'

red 247 ◦ green 96 ◦ blue 229

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

Shades of Free Speech Magenta #F760E5

Tints of Free Speech Magenta #F760E5

RGB

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

 GREEN value IS 96 (37.89% from 255) = 16.78%

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

R = 43.18%
G = 16.78%
B = 40.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#F760E5 (or 0xF760E5) is known color: Free Speech Magenta. HEX triplet: F7, 60 and E5. RGB value is (247,96,229). Sum of RGB (Red+Green+Blue) = 247+96+229=572 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.18% from 572); Green value is 96 (37.89% from 255 or 16.78% from 572); Blue value is 229 (89.84% from 255 or 40.03% from 572); Max value from RGB is 247 - color contains mainly: red. Hex color #F760E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F760E5 is #089F1A. Grayscale: #9B9B9B. Windows color (decimal): -565019 or 15032567. OLE color: 15032567.

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

Color convert

RGB 247 96 229 -
CMYK 0 0.61 0.07 0.03
HSL 307.15º 0.9% 0.67% -
HSV(B) 307.15º 0.61% 0.97% -
XYZ 56.68 33.8 77.66 -
YUV 156.31 169.03 192.69 -
System Red Green Blue C M Y K H S L
Decimal 247 96 229 0 0.61 0.07 0.03 307.15 0.9 0.67
Hex F7 60 E5 0 3D 7 3 133 5A 43
Octal 367 140 345 0 75 7 3 463 132 103
Binary 11110111 1100000 11100101 0 111101 111 11 100110011 1011010 1000011

Color Harmonies of #F760E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F760E5

Black with #F760E5

Text Example


Text Example

White with #F760E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F760E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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