Html Css Color HEX #F750DD Free Speech Magenta

📋 copy color: '#F750DD'

red 247 ◦ green 80 ◦ blue 221

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

Shades of Free Speech Magenta #F750DD

Tints of Free Speech Magenta #F750DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.33%

R = 45.07%
G = 14.6%
B = 40.33%

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

#F750DD (or 0xF750DD) is known color: Free Speech Magenta. HEX triplet: F7, 50 and DD. RGB value is (247,80,221). Sum of RGB (Red+Green+Blue) = 247+80+221=548 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.07% from 548); Green value is 80 (31.64% from 255 or 14.60% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 247 - color contains mainly: red. Hex color #F750DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F750DD is #08AF22. Grayscale: #919191. Windows color (decimal): -569123 or 14504183. OLE color: 14504183.

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

Color convert

RGB 247 80 221 -
CMYK 0 0.68 0.11 0.03
HSL 309.34º 0.91% 0.64% -
HSV(B) 309.34º 0.68% 0.97% -
XYZ 54.28 30.73 71.48 -
YUV 146.01 170.33 200.04 -
System Red Green Blue C M Y K H S L
Decimal 247 80 221 0 0.68 0.11 0.03 309.34 0.91 0.64
Hex F7 50 DD 0 44 B 3 135 5B 40
Octal 367 120 335 0 104 13 3 465 133 100
Binary 11110111 1010000 11011101 0 1000100 1011 11 100110101 1011011 1000000

Color Harmonies of #F750DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F750DD

Black with #F750DD

Text Example


Text Example

White with #F750DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F750DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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