Html Css Color HEX #F750DC Free Speech Magenta

📋 copy color: '#F750DC'

red 247 ◦ green 80 ◦ blue 220

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

Shades of Free Speech Magenta #F750DC

Tints of Free Speech Magenta #F750DC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.63%

 BLUE value IS 220 (86.33% from 255) = 40.22%

R = 45.16%
G = 14.63%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F750DC (or 0xF750DC) is known color: Free Speech Magenta. HEX triplet: F7, 50 and DC. RGB value is (247,80,220). Sum of RGB (Red+Green+Blue) = 247+80+220=547 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.16% from 547); Green value is 80 (31.64% from 255 or 14.63% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 247 - color contains mainly: red. Hex color #F750DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F750DC is #08AF23. Grayscale: #919191. Windows color (decimal): -569124 or 14438647. OLE color: 14438647.

HSL color Cylindrical-coordinate representation of color #F750DC: hue angle of 309.7º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F750DC is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 80 220 -
CMYK 0 0.68 0.11 0.03
HSL 309.7º 0.91% 0.64% -
HSV(B) 309.7º 0.68% 0.97% -
XYZ 54.14 30.68 70.78 -
YUV 145.89 169.83 200.12 -
System Red Green Blue C M Y K H S L
Decimal 247 80 220 0 0.68 0.11 0.03 309.7 0.91 0.64
Hex F7 50 DC 0 44 B 3 136 5B 40
Octal 367 120 334 0 104 13 3 466 133 100
Binary 11110111 1010000 11011100 0 1000100 1011 11 100110110 1011011 1000000

Color Harmonies of #F750DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F750DC

Black with #F750DC

Text Example


Text Example

White with #F750DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F750DC; }

 p { color: rgb(247,80,220); }

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

background-color css

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

 a { background-color: rgb(247,80,220); }

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

border-color css

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

 span { border-color: rgb(247,80,220); }

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