Html Css Color HEX #F75EDB Free Speech Magenta

📋 copy color: '#F75EDB'

red 247 ◦ green 94 ◦ blue 219

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

Shades of Free Speech Magenta #F75EDB

Tints of Free Speech Magenta #F75EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.11%

R = 44.11%
G = 16.79%
B = 39.11%

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

#F75EDB (or 0xF75EDB) is known color: Free Speech Magenta. HEX triplet: F7, 5E and DB. RGB value is (247,94,219). Sum of RGB (Red+Green+Blue) = 247+94+219=560 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.11% from 560); Green value is 94 (37.11% from 255 or 16.79% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 247 - color contains mainly: red. Hex color #F75EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75EDB is #08A124. Grayscale: #999999. Windows color (decimal): -565541 or 14376695. OLE color: 14376695.

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

Color convert

RGB 247 94 219 -
CMYK 0 0.62 0.11 0.03
HSL 310.98º 0.91% 0.67% -
HSV(B) 310.98º 0.62% 0.97% -
XYZ 55.15 32.89 70.46 -
YUV 154 164.69 194.34 -
System Red Green Blue C M Y K H S L
Decimal 247 94 219 0 0.62 0.11 0.03 310.98 0.91 0.67
Hex F7 5E DB 0 3E B 3 137 5B 43
Octal 367 136 333 0 76 13 3 467 133 103
Binary 11110111 1011110 11011011 0 111110 1011 11 100110111 1011011 1000011

Color Harmonies of #F75EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75EDB

Black with #F75EDB

Text Example


Text Example

White with #F75EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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