Html Css Color HEX #F755E2 Free Speech Magenta

📋 copy color: '#F755E2'

red 247 ◦ green 85 ◦ blue 226

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

Shades of Free Speech Magenta #F755E2

Tints of Free Speech Magenta #F755E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 40.5%

R = 44.27%
G = 15.23%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F755E2 (or 0xF755E2) is known color: Free Speech Magenta. HEX triplet: F7, 55 and E2. RGB value is (247,85,226). Sum of RGB (Red+Green+Blue) = 247+85+226=558 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.27% from 558); Green value is 85 (33.59% from 255 or 15.23% from 558); Blue value is 226 (88.67% from 255 or 40.50% from 558); Max value from RGB is 247 - color contains mainly: red. Hex color #F755E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F755E2 is #08AA1D. Grayscale: #959595. Windows color (decimal): -567838 or 14833143. OLE color: 14833143.

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

Color convert

RGB 247 85 226 -
CMYK 0 0.66 0.09 0.03
HSL 307.78º 0.91% 0.65% -
HSV(B) 307.78º 0.66% 0.97% -
XYZ 55.33 31.76 75.17 -
YUV 149.51 171.17 197.54 -
System Red Green Blue C M Y K H S L
Decimal 247 85 226 0 0.66 0.09 0.03 307.78 0.91 0.65
Hex F7 55 E2 0 42 9 3 134 5B 41
Octal 367 125 342 0 102 11 3 464 133 101
Binary 11110111 1010101 11100010 0 1000010 1001 11 100110100 1011011 1000001

Color Harmonies of #F755E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F755E2

Black with #F755E2

Text Example


Text Example

White with #F755E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F755E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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