Html Css Color HEX #F64ED0 Free Speech Magenta

📋 copy color: '#F64ED0'

red 246 ◦ green 78 ◦ blue 208

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

Shades of Free Speech Magenta #F64ED0

Tints of Free Speech Magenta #F64ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.1%

R = 46.24%
G = 14.66%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F64ED0 (or 0xF64ED0) is known color: Free Speech Magenta. HEX triplet: F6, 4E and D0. RGB value is (246,78,208). Sum of RGB (Red+Green+Blue) = 246+78+208=532 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.24% from 532); Green value is 78 (30.86% from 255 or 14.66% from 532); Blue value is 208 (81.64% from 255 or 39.10% from 532); Max value from RGB is 246 - color contains mainly: red. Hex color #F64ED0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64ED0 is #09B12F. Grayscale: #8E8E8E. Windows color (decimal): -635184 or 13651702. OLE color: 13651702.

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

Color convert

RGB 246 78 208 -
CMYK 0 0.68 0.15 0.04
HSL 313.57º 0.9% 0.64% -
HSV(B) 313.57º 0.68% 0.96% -
XYZ 52.12 29.6 62.64 -
YUV 143.05 164.66 201.43 -
System Red Green Blue C M Y K H S L
Decimal 246 78 208 0 0.68 0.15 0.04 313.57 0.9 0.64
Hex F6 4E D0 0 44 F 4 13A 5A 40
Octal 366 116 320 0 104 17 4 472 132 100
Binary 11110110 1001110 11010000 0 1000100 1111 100 100111010 1011010 1000000

Color Harmonies of #F64ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64ED0

Black with #F64ED0

Text Example


Text Example

White with #F64ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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