Html Css Color HEX #F758DA Free Speech Magenta

📋 copy color: '#F758DA'

red 247 ◦ green 88 ◦ blue 218

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

Shades of Free Speech Magenta #F758DA

Tints of Free Speech Magenta #F758DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.42%

R = 44.67%
G = 15.91%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F758DA (or 0xF758DA) is known color: Free Speech Magenta. HEX triplet: F7, 58 and DA. RGB value is (247,88,218). Sum of RGB (Red+Green+Blue) = 247+88+218=553 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.67% from 553); Green value is 88 (34.77% from 255 or 15.91% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 247 - color contains mainly: red. Hex color #F758DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F758DA is #08A725. Grayscale: #959595. Windows color (decimal): -567078 or 14309623. OLE color: 14309623.

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

Color convert

RGB 247 88 218 -
CMYK 0 0.64 0.12 0.03
HSL 310.94º 0.91% 0.66% -
HSV(B) 310.94º 0.64% 0.97% -
XYZ 54.5 31.82 69.6 -
YUV 150.36 166.18 196.93 -
System Red Green Blue C M Y K H S L
Decimal 247 88 218 0 0.64 0.12 0.03 310.94 0.91 0.66
Hex F7 58 DA 0 40 C 3 137 5B 42
Octal 367 130 332 0 100 14 3 467 133 102
Binary 11110111 1011000 11011010 0 1000000 1100 11 100110111 1011011 1000010

Color Harmonies of #F758DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F758DA

Black with #F758DA

Text Example


Text Example

White with #F758DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F758DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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