Html Css Color HEX #F65EDE Free Speech Magenta

📋 copy color: '#F65EDE'

red 246 ◦ green 94 ◦ blue 222

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

Shades of Free Speech Magenta #F65EDE

Tints of Free Speech Magenta #F65EDE

RGB

 RED value IS 246 (96.48% from 255) = 43.77%

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

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

R = 43.77%
G = 16.73%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F65EDE (or 0xF65EDE) is known color: Free Speech Magenta. HEX triplet: F6, 5E and DE. RGB value is (246,94,222). Sum of RGB (Red+Green+Blue) = 246+94+222=562 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.77% from 562); Green value is 94 (37.11% from 255 or 16.73% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 246 - color contains mainly: red. Hex color #F65EDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65EDE is #09A121. Grayscale: #999999. Windows color (decimal): -631074 or 14573302. OLE color: 14573302.

HSL color Cylindrical-coordinate representation of color #F65EDE: hue angle of 309.47º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F65EDE is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 94 222 -
CMYK 0 0.62 0.10 0.04
HSL 309.47º 0.89% 0.67% -
HSV(B) 309.47º 0.62% 0.96% -
XYZ 55.19 32.87 72.54 -
YUV 154.04 166.36 193.59 -
System Red Green Blue C M Y K H S L
Decimal 246 94 222 0 0.62 0.10 0.04 309.47 0.89 0.67
Hex F6 5E DE 0 3E A 4 135 59 43
Octal 366 136 336 0 76 12 4 465 131 103
Binary 11110110 1011110 11011110 0 111110 1010 100 100110101 1011001 1000011

Color Harmonies of #F65EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65EDE

Black with #F65EDE

Text Example


Text Example

White with #F65EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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