Html Css Color HEX #F758DD Free Speech Magenta

📋 copy color: '#F758DD'

red 247 ◦ green 88 ◦ blue 221

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

Shades of Free Speech Magenta #F758DD

Tints of Free Speech Magenta #F758DD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.83%

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

R = 44.42%
G = 15.83%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F758DD (or 0xF758DD) is known color: Free Speech Magenta. HEX triplet: F7, 58 and DD. RGB value is (247,88,221). Sum of RGB (Red+Green+Blue) = 247+88+221=556 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.42% from 556); Green value is 88 (34.77% from 255 or 15.83% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 247 - color contains mainly: red. Hex color #F758DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F758DD is #08A722. Grayscale: #969696. Windows color (decimal): -567075 or 14506231. OLE color: 14506231.

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

Color convert

RGB 247 88 221 -
CMYK 0 0.64 0.11 0.03
HSL 309.81º 0.91% 0.66% -
HSV(B) 309.81º 0.64% 0.97% -
XYZ 54.9 31.97 71.68 -
YUV 150.7 167.68 196.69 -
System Red Green Blue C M Y K H S L
Decimal 247 88 221 0 0.64 0.11 0.03 309.81 0.91 0.66
Hex F7 58 DD 0 40 B 3 136 5B 42
Octal 367 130 335 0 100 13 3 466 133 102
Binary 11110111 1011000 11011101 0 1000000 1011 11 100110110 1011011 1000010

Color Harmonies of #F758DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F758DD

Black with #F758DD

Text Example


Text Example

White with #F758DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F758DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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