Html Css Color HEX #F64ED3 Free Speech Magenta

📋 copy color: '#F64ED3'

red 246 ◦ green 78 ◦ blue 211

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

Shades of Free Speech Magenta #F64ED3

Tints of Free Speech Magenta #F64ED3

RGB

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

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

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

R = 45.98%
G = 14.58%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F64ED3 (or 0xF64ED3) is known color: Free Speech Magenta. HEX triplet: F6, 4E and D3. RGB value is (246,78,211). Sum of RGB (Red+Green+Blue) = 246+78+211=535 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.98% from 535); Green value is 78 (30.86% from 255 or 14.58% from 535); Blue value is 211 (82.81% from 255 or 39.44% from 535); Max value from RGB is 246 - color contains mainly: red. Hex color #F64ED3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64ED3 is #09B12C. Grayscale: #8F8F8F. Windows color (decimal): -635181 or 13848310. OLE color: 13848310.

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

Color convert

RGB 246 78 211 -
CMYK 0 0.68 0.14 0.04
HSL 312.5º 0.9% 0.64% -
HSV(B) 312.5º 0.68% 0.96% -
XYZ 52.49 29.74 64.6 -
YUV 143.39 166.16 201.19 -
System Red Green Blue C M Y K H S L
Decimal 246 78 211 0 0.68 0.14 0.04 312.5 0.9 0.64
Hex F6 4E D3 0 44 E 4 138 5A 40
Octal 366 116 323 0 104 16 4 470 132 100
Binary 11110110 1001110 11010011 0 1000100 1110 100 100111000 1011010 1000000

Color Harmonies of #F64ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64ED3

Black with #F64ED3

Text Example


Text Example

White with #F64ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64ED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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