Html Css Color HEX #F64ED7 Free Speech Magenta

📋 copy color: '#F64ED7'

red 246 ◦ green 78 ◦ blue 215

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

Shades of Free Speech Magenta #F64ED7

Tints of Free Speech Magenta #F64ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.89%

R = 45.64%
G = 14.47%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F64ED7 (or 0xF64ED7) is known color: Free Speech Magenta. HEX triplet: F6, 4E and D7. RGB value is (246,78,215). Sum of RGB (Red+Green+Blue) = 246+78+215=539 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.64% from 539); Green value is 78 (30.86% from 255 or 14.47% from 539); Blue value is 215 (84.38% from 255 or 39.89% from 539); Max value from RGB is 246 - color contains mainly: red. Hex color #F64ED7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64ED7 is #09B128. Grayscale: #8F8F8F. Windows color (decimal): -635177 or 14110454. OLE color: 14110454.

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

Color convert

RGB 246 78 215 -
CMYK 0 0.68 0.13 0.04
HSL 311.07º 0.9% 0.64% -
HSV(B) 311.07º 0.68% 0.96% -
XYZ 53 29.95 67.28 -
YUV 143.85 168.16 200.86 -
System Red Green Blue C M Y K H S L
Decimal 246 78 215 0 0.68 0.13 0.04 311.07 0.9 0.64
Hex F6 4E D7 0 44 D 4 137 5A 40
Octal 366 116 327 0 104 15 4 467 132 100
Binary 11110110 1001110 11010111 0 1000100 1101 100 100110111 1011010 1000000

Color Harmonies of #F64ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64ED7

Black with #F64ED7

Text Example


Text Example

White with #F64ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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