Html Css Color HEX #F760DF Free Speech Magenta

📋 copy color: '#F760DF'

red 247 ◦ green 96 ◦ blue 223

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

Shades of Free Speech Magenta #F760DF

Tints of Free Speech Magenta #F760DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.4%

R = 43.64%
G = 16.96%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F760DF (or 0xF760DF) is known color: Free Speech Magenta. HEX triplet: F7, 60 and DF. RGB value is (247,96,223). Sum of RGB (Red+Green+Blue) = 247+96+223=566 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.64% from 566); Green value is 96 (37.89% from 255 or 16.96% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 247 - color contains mainly: red. Hex color #F760DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F760DF is #089F20. Grayscale: #9B9B9B. Windows color (decimal): -565025 or 14639351. OLE color: 14639351.

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

Color convert

RGB 247 96 223 -
CMYK 0 0.61 0.10 0.03
HSL 309.54º 0.9% 0.67% -
HSV(B) 309.54º 0.61% 0.97% -
XYZ 55.86 33.47 73.33 -
YUV 155.63 166.03 193.17 -
System Red Green Blue C M Y K H S L
Decimal 247 96 223 0 0.61 0.10 0.03 309.54 0.9 0.67
Hex F7 60 DF 0 3D A 3 136 5A 43
Octal 367 140 337 0 75 12 3 466 132 103
Binary 11110111 1100000 11011111 0 111101 1010 11 100110110 1011010 1000011

Color Harmonies of #F760DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F760DF

Black with #F760DF

Text Example


Text Example

White with #F760DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F760DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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