Html Css Color HEX #F758E1 Free Speech Magenta

📋 copy color: '#F758E1'

red 247 ◦ green 88 ◦ blue 225

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

Shades of Free Speech Magenta #F758E1

Tints of Free Speech Magenta #F758E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.18%

R = 44.11%
G = 15.71%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F758E1 (or 0xF758E1) is known color: Free Speech Magenta. HEX triplet: F7, 58 and E1. RGB value is (247,88,225). Sum of RGB (Red+Green+Blue) = 247+88+225=560 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.11% from 560); Green value is 88 (34.77% from 255 or 15.71% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 247 - color contains mainly: red. Hex color #F758E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F758E1 is #08A71E. Grayscale: #969696. Windows color (decimal): -567071 or 14768375. OLE color: 14768375.

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

Color convert

RGB 247 88 225 -
CMYK 0 0.64 0.09 0.03
HSL 308.3º 0.91% 0.66% -
HSV(B) 308.3º 0.64% 0.97% -
XYZ 55.44 32.19 74.53 -
YUV 151.16 169.68 196.36 -
System Red Green Blue C M Y K H S L
Decimal 247 88 225 0 0.64 0.09 0.03 308.3 0.91 0.66
Hex F7 58 E1 0 40 9 3 134 5B 42
Octal 367 130 341 0 100 11 3 464 133 102
Binary 11110111 1011000 11100001 0 1000000 1001 11 100110100 1011011 1000010

Color Harmonies of #F758E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F758E1

Black with #F758E1

Text Example


Text Example

White with #F758E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F758E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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