Html Css Color HEX #F75EDE Free Speech Magenta

📋 copy color: '#F75EDE'

red 247 ◦ green 94 ◦ blue 222

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

Shades of Free Speech Magenta #F75EDE

Tints of Free Speech Magenta #F75EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.43%

R = 43.87%
G = 16.7%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F75EDE (or 0xF75EDE) is known color: Free Speech Magenta. HEX triplet: F7, 5E and DE. RGB value is (247,94,222). Sum of RGB (Red+Green+Blue) = 247+94+222=563 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.87% from 563); Green value is 94 (37.11% from 255 or 16.70% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 247 - color contains mainly: red. Hex color #F75EDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75EDE is #08A121. Grayscale: #999999. Windows color (decimal): -565538 or 14573303. OLE color: 14573303.

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

Color convert

RGB 247 94 222 -
CMYK 0 0.62 0.10 0.03
HSL 309.8º 0.91% 0.67% -
HSV(B) 309.8º 0.62% 0.97% -
XYZ 55.55 33.05 72.56 -
YUV 154.34 166.19 194.09 -
System Red Green Blue C M Y K H S L
Decimal 247 94 222 0 0.62 0.10 0.03 309.8 0.91 0.67
Hex F7 5E DE 0 3E A 3 136 5B 43
Octal 367 136 336 0 76 12 3 466 133 103
Binary 11110111 1011110 11011110 0 111110 1010 11 100110110 1011011 1000011

Color Harmonies of #F75EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75EDE

Black with #F75EDE

Text Example


Text Example

White with #F75EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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