Html Css Color HEX #F755E5 Free Speech Magenta

📋 copy color: '#F755E5'

red 247 ◦ green 85 ◦ blue 229

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

Shades of Free Speech Magenta #F755E5

Tints of Free Speech Magenta #F755E5

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.15%

 BLUE value IS 229 (89.84% from 255) = 40.82%

R = 44.03%
G = 15.15%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#F755E5 (or 0xF755E5) is known color: Free Speech Magenta. HEX triplet: F7, 55 and E5. RGB value is (247,85,229). Sum of RGB (Red+Green+Blue) = 247+85+229=561 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.03% from 561); Green value is 85 (33.59% from 255 or 15.15% from 561); Blue value is 229 (89.84% from 255 or 40.82% from 561); Max value from RGB is 247 - color contains mainly: red. Hex color #F755E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F755E5 is #08AA1A. Grayscale: #959595. Windows color (decimal): -567835 or 15029751. OLE color: 15029751.

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

Color convert

RGB 247 85 229 -
CMYK 0 0.66 0.07 0.03
HSL 306.67º 0.91% 0.65% -
HSV(B) 306.67º 0.66% 0.97% -
XYZ 55.75 31.93 77.35 -
YUV 149.85 172.67 197.29 -
System Red Green Blue C M Y K H S L
Decimal 247 85 229 0 0.66 0.07 0.03 306.67 0.91 0.65
Hex F7 55 E5 0 42 7 3 133 5B 41
Octal 367 125 345 0 102 7 3 463 133 101
Binary 11110111 1010101 11100101 0 1000010 111 11 100110011 1011011 1000001

Color Harmonies of #F755E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F755E5

Black with #F755E5

Text Example


Text Example

White with #F755E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F755E5; }

 p { color: rgb(247,85,229); }

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

background-color css

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

 a { background-color: rgb(247,85,229); }

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

border-color css

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

 span { border-color: rgb(247,85,229); }

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