Html Css Color HEX #F75BDD Free Speech Magenta

📋 copy color: '#F75BDD'

red 247 ◦ green 91 ◦ blue 221

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

Shades of Free Speech Magenta #F75BDD

Tints of Free Speech Magenta #F75BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.53%

R = 44.19%
G = 16.28%
B = 39.53%

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

#F75BDD (or 0xF75BDD) is known color: Free Speech Magenta. HEX triplet: F7, 5B and DD. RGB value is (247,91,221). Sum of RGB (Red+Green+Blue) = 247+91+221=559 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.19% from 559); Green value is 91 (35.94% from 255 or 16.28% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 247 - color contains mainly: red. Hex color #F75BDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75BDD is #08A422. Grayscale: #989898. Windows color (decimal): -566307 or 14506999. OLE color: 14506999.

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

Color convert

RGB 247 91 221 -
CMYK 0 0.63 0.11 0.03
HSL 310º 0.91% 0.66% -
HSV(B) 310º 0.63% 0.97% -
XYZ 55.15 32.48 71.77 -
YUV 152.46 166.68 195.43 -
System Red Green Blue C M Y K H S L
Decimal 247 91 221 0 0.63 0.11 0.03 310 0.91 0.66
Hex F7 5B DD 0 3F B 3 136 5B 42
Octal 367 133 335 0 77 13 3 466 133 102
Binary 11110111 1011011 11011101 0 111111 1011 11 100110110 1011011 1000010

Color Harmonies of #F75BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75BDD

Black with #F75BDD

Text Example


Text Example

White with #F75BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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