Html Css Color HEX #F760D8 Free Speech Magenta

📋 copy color: '#F760D8'

red 247 ◦ green 96 ◦ blue 216

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

Shades of Free Speech Magenta #F760D8

Tints of Free Speech Magenta #F760D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.64%

R = 44.19%
G = 17.17%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#F760D8 (or 0xF760D8) is known color: Free Speech Magenta. HEX triplet: F7, 60 and D8. RGB value is (247,96,216). Sum of RGB (Red+Green+Blue) = 247+96+216=559 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.19% from 559); Green value is 96 (37.89% from 255 or 17.17% from 559); Blue value is 216 (84.77% from 255 or 38.64% from 559); Max value from RGB is 247 - color contains mainly: red. Hex color #F760D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F760D8 is #089F27. Grayscale: #9A9A9A. Windows color (decimal): -565032 or 14180599. OLE color: 14180599.

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

Color convert

RGB 247 96 216 -
CMYK 0 0.61 0.13 0.03
HSL 312.32º 0.9% 0.67% -
HSV(B) 312.32º 0.61% 0.97% -
XYZ 54.94 33.1 68.46 -
YUV 154.83 162.53 193.74 -
System Red Green Blue C M Y K H S L
Decimal 247 96 216 0 0.61 0.13 0.03 312.32 0.9 0.67
Hex F7 60 D8 0 3D D 3 138 5A 43
Octal 367 140 330 0 75 15 3 470 132 103
Binary 11110111 1100000 11011000 0 111101 1101 11 100111000 1011010 1000011

Color Harmonies of #F760D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F760D8

Black with #F760D8

Text Example


Text Example

White with #F760D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F760D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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