Html Css Color HEX #F65EDA Free Speech Magenta

📋 copy color: '#F65EDA'

red 246 ◦ green 94 ◦ blue 218

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

Shades of Free Speech Magenta #F65EDA

Tints of Free Speech Magenta #F65EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.07%

R = 44.09%
G = 16.85%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F65EDA (or 0xF65EDA) is known color: Free Speech Magenta. HEX triplet: F6, 5E and DA. RGB value is (246,94,218). Sum of RGB (Red+Green+Blue) = 246+94+218=558 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.09% from 558); Green value is 94 (37.11% from 255 or 16.85% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 246 - color contains mainly: red. Hex color #F65EDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65EDA is #09A125. Grayscale: #999999. Windows color (decimal): -631078 or 14311158. OLE color: 14311158.

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

Color convert

RGB 246 94 218 -
CMYK 0 0.62 0.11 0.04
HSL 311.05º 0.89% 0.67% -
HSV(B) 311.05º 0.62% 0.96% -
XYZ 54.66 32.66 69.75 -
YUV 153.58 164.36 193.92 -
System Red Green Blue C M Y K H S L
Decimal 246 94 218 0 0.62 0.11 0.04 311.05 0.89 0.67
Hex F6 5E DA 0 3E B 4 137 59 43
Octal 366 136 332 0 76 13 4 467 131 103
Binary 11110110 1011110 11011010 0 111110 1011 100 100110111 1011001 1000011

Color Harmonies of #F65EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65EDA

Black with #F65EDA

Text Example


Text Example

White with #F65EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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