Html Css Color HEX #F75BDC Free Speech Magenta

📋 copy color: '#F75BDC'

red 247 ◦ green 91 ◦ blue 220

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

Shades of Free Speech Magenta #F75BDC

Tints of Free Speech Magenta #F75BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.31%

 BLUE value IS 220 (86.33% from 255) = 39.43%

R = 44.27%
G = 16.31%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F75BDC (or 0xF75BDC) is known color: Free Speech Magenta. HEX triplet: F7, 5B and DC. RGB value is (247,91,220). Sum of RGB (Red+Green+Blue) = 247+91+220=558 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.27% from 558); Green value is 91 (35.94% from 255 or 16.31% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 247 - color contains mainly: red. Hex color #F75BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75BDC is #08A423. Grayscale: #979797. Windows color (decimal): -566308 or 14441463. OLE color: 14441463.

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

Color convert

RGB 247 91 220 -
CMYK 0 0.63 0.11 0.03
HSL 310.38º 0.91% 0.66% -
HSV(B) 310.38º 0.63% 0.97% -
XYZ 55.02 32.42 71.07 -
YUV 152.35 166.18 195.51 -
System Red Green Blue C M Y K H S L
Decimal 247 91 220 0 0.63 0.11 0.03 310.38 0.91 0.66
Hex F7 5B DC 0 3F B 3 136 5B 42
Octal 367 133 334 0 77 13 3 466 133 102
Binary 11110111 1011011 11011100 0 111111 1011 11 100110110 1011011 1000010

Color Harmonies of #F75BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75BDC

Black with #F75BDC

Text Example


Text Example

White with #F75BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75BDC; }

 p { color: rgb(247,91,220); }

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

background-color css

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

 a { background-color: rgb(247,91,220); }

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

border-color css

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

 span { border-color: rgb(247,91,220); }

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