Html Css Color HEX #F758D7 Free Speech Magenta

📋 copy color: '#F758D7'

red 247 ◦ green 88 ◦ blue 215

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

Shades of Free Speech Magenta #F758D7

Tints of Free Speech Magenta #F758D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.09%

R = 44.91%
G = 16%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#F758D7 (or 0xF758D7) is known color: Free Speech Magenta. HEX triplet: F7, 58 and D7. RGB value is (247,88,215). Sum of RGB (Red+Green+Blue) = 247+88+215=550 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.91% from 550); Green value is 88 (34.77% from 255 or 16% from 550); Blue value is 215 (84.38% from 255 or 39.09% from 550); Max value from RGB is 247 - color contains mainly: red. Hex color #F758D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F758D7 is #08A728. Grayscale: #959595. Windows color (decimal): -567081 or 14113015. OLE color: 14113015.

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

Color convert

RGB 247 88 215 -
CMYK 0 0.64 0.13 0.03
HSL 312.08º 0.91% 0.66% -
HSV(B) 312.08º 0.64% 0.97% -
XYZ 54.11 31.66 67.55 -
YUV 150.02 164.68 197.17 -
System Red Green Blue C M Y K H S L
Decimal 247 88 215 0 0.64 0.13 0.03 312.08 0.91 0.66
Hex F7 58 D7 0 40 D 3 138 5B 42
Octal 367 130 327 0 100 15 3 470 133 102
Binary 11110111 1011000 11010111 0 1000000 1101 11 100111000 1011011 1000010

Color Harmonies of #F758D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F758D7

Black with #F758D7

Text Example


Text Example

White with #F758D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F758D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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