Html Css Color HEX #F65ED3 Free Speech Magenta

📋 copy color: '#F65ED3'

red 246 ◦ green 94 ◦ blue 211

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

Shades of Free Speech Magenta #F65ED3

Tints of Free Speech Magenta #F65ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.29%

R = 44.65%
G = 17.06%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F65ED3 (or 0xF65ED3) is known color: Free Speech Magenta. HEX triplet: F6, 5E and D3. RGB value is (246,94,211). Sum of RGB (Red+Green+Blue) = 246+94+211=551 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.65% from 551); Green value is 94 (37.11% from 255 or 17.06% from 551); Blue value is 211 (82.81% from 255 or 38.29% from 551); Max value from RGB is 246 - color contains mainly: red. Hex color #F65ED3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65ED3 is #09A12C. Grayscale: #989898. Windows color (decimal): -631085 or 13852406. OLE color: 13852406.

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

Color convert

RGB 246 94 211 -
CMYK 0 0.62 0.14 0.04
HSL 313.82º 0.89% 0.67% -
HSV(B) 313.82º 0.62% 0.96% -
XYZ 53.77 32.3 65.03 -
YUV 152.79 160.86 194.49 -
System Red Green Blue C M Y K H S L
Decimal 246 94 211 0 0.62 0.14 0.04 313.82 0.89 0.67
Hex F6 5E D3 0 3E E 4 13A 59 43
Octal 366 136 323 0 76 16 4 472 131 103
Binary 11110110 1011110 11010011 0 111110 1110 100 100111010 1011001 1000011

Color Harmonies of #F65ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65ED3

Black with #F65ED3

Text Example


Text Example

White with #F65ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65ED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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