Html Css Color HEX #F64ED8 Free Speech Magenta

📋 copy color: '#F64ED8'

red 246 ◦ green 78 ◦ blue 216

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

Shades of Free Speech Magenta #F64ED8

Tints of Free Speech Magenta #F64ED8

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.44%

 BLUE value IS 216 (84.77% from 255) = 40%

R = 45.56%
G = 14.44%
B = 40%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F64ED8 (or 0xF64ED8) is known color: Free Speech Magenta. HEX triplet: F6, 4E and D8. RGB value is (246,78,216). Sum of RGB (Red+Green+Blue) = 246+78+216=540 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.56% from 540); Green value is 78 (30.86% from 255 or 14.44% from 540); Blue value is 216 (84.77% from 255 or 40% from 540); Max value from RGB is 246 - color contains mainly: red. Hex color #F64ED8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64ED8 is #09B127. Grayscale: #8F8F8F. Windows color (decimal): -635176 or 14175990. OLE color: 14175990.

HSL color Cylindrical-coordinate representation of color #F64ED8: hue angle of 310.71º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F64ED8 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 78 216 -
CMYK 0 0.68 0.12 0.04
HSL 310.71º 0.9% 0.64% -
HSV(B) 310.71º 0.68% 0.96% -
XYZ 53.13 30 67.96 -
YUV 143.96 168.66 200.78 -
System Red Green Blue C M Y K H S L
Decimal 246 78 216 0 0.68 0.12 0.04 310.71 0.9 0.64
Hex F6 4E D8 0 44 C 4 137 5A 40
Octal 366 116 330 0 104 14 4 467 132 100
Binary 11110110 1001110 11011000 0 1000100 1100 100 100110111 1011010 1000000

Color Harmonies of #F64ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64ED8

Black with #F64ED8

Text Example


Text Example

White with #F64ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64ED8; }

 p { color: rgb(246,78,216); }

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

background-color css

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

 a { background-color: rgb(246,78,216); }

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

border-color css

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

 span { border-color: rgb(246,78,216); }

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