Html Css Color HEX #F75EDD Free Speech Magenta

📋 copy color: '#F75EDD'

red 247 ◦ green 94 ◦ blue 221

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

Shades of Free Speech Magenta #F75EDD

Tints of Free Speech Magenta #F75EDD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.73%

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

R = 43.95%
G = 16.73%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F75EDD (or 0xF75EDD) is known color: Free Speech Magenta. HEX triplet: F7, 5E and DD. RGB value is (247,94,221). Sum of RGB (Red+Green+Blue) = 247+94+221=562 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.95% from 562); Green value is 94 (37.11% from 255 or 16.73% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 247 - color contains mainly: red. Hex color #F75EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75EDD is #08A122. Grayscale: #999999. Windows color (decimal): -565539 or 14507767. OLE color: 14507767.

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

Color convert

RGB 247 94 221 -
CMYK 0 0.62 0.11 0.03
HSL 310.2º 0.91% 0.67% -
HSV(B) 310.2º 0.62% 0.97% -
XYZ 55.41 33 71.86 -
YUV 154.23 165.69 194.17 -
System Red Green Blue C M Y K H S L
Decimal 247 94 221 0 0.62 0.11 0.03 310.2 0.91 0.67
Hex F7 5E DD 0 3E B 3 136 5B 43
Octal 367 136 335 0 76 13 3 466 133 103
Binary 11110111 1011110 11011101 0 111110 1011 11 100110110 1011011 1000011

Color Harmonies of #F75EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75EDD

Black with #F75EDD

Text Example


Text Example

White with #F75EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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