Html Css Color HEX #F750DF Free Speech Magenta

📋 copy color: '#F750DF'

red 247 ◦ green 80 ◦ blue 223

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

Shades of Free Speech Magenta #F750DF

Tints of Free Speech Magenta #F750DF

RGB

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

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

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

R = 44.91%
G = 14.55%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F750DF (or 0xF750DF) is known color: Free Speech Magenta. HEX triplet: F7, 50 and DF. RGB value is (247,80,223). Sum of RGB (Red+Green+Blue) = 247+80+223=550 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.91% from 550); Green value is 80 (31.64% from 255 or 14.55% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 247 - color contains mainly: red. Hex color #F750DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F750DF is #08AF20. Grayscale: #919191. Windows color (decimal): -569121 or 14635255. OLE color: 14635255.

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

Color convert

RGB 247 80 223 -
CMYK 0 0.68 0.10 0.03
HSL 308.62º 0.91% 0.64% -
HSV(B) 308.62º 0.68% 0.97% -
XYZ 54.55 30.84 72.89 -
YUV 146.24 171.33 199.87 -
System Red Green Blue C M Y K H S L
Decimal 247 80 223 0 0.68 0.10 0.03 308.62 0.91 0.64
Hex F7 50 DF 0 44 A 3 135 5B 40
Octal 367 120 337 0 104 12 3 465 133 100
Binary 11110111 1010000 11011111 0 1000100 1010 11 100110101 1011011 1000000

Color Harmonies of #F750DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F750DF

Black with #F750DF

Text Example


Text Example

White with #F750DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F750DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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