Html Css Color HEX #F64EDF Free Speech Magenta

📋 copy color: '#F64EDF'

red 246 ◦ green 78 ◦ blue 223

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

Shades of Free Speech Magenta #F64EDF

Tints of Free Speech Magenta #F64EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.77%

R = 44.97%
G = 14.26%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F64EDF (or 0xF64EDF) is known color: Free Speech Magenta. HEX triplet: F6, 4E and DF. RGB value is (246,78,223). Sum of RGB (Red+Green+Blue) = 246+78+223=547 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.97% from 547); Green value is 78 (30.86% from 255 or 14.26% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 246 - color contains mainly: red. Hex color #F64EDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64EDF is #09B120. Grayscale: #909090. Windows color (decimal): -635169 or 14634742. OLE color: 14634742.

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

Color convert

RGB 246 78 223 -
CMYK 0 0.68 0.09 0.04
HSL 308.21º 0.9% 0.64% -
HSV(B) 308.21º 0.68% 0.96% -
XYZ 54.05 30.37 72.83 -
YUV 144.76 172.16 200.21 -
System Red Green Blue C M Y K H S L
Decimal 246 78 223 0 0.68 0.09 0.04 308.21 0.9 0.64
Hex F6 4E DF 0 44 9 4 134 5A 40
Octal 366 116 337 0 104 11 4 464 132 100
Binary 11110110 1001110 11011111 0 1000100 1001 100 100110100 1011010 1000000

Color Harmonies of #F64EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64EDF

Black with #F64EDF

Text Example


Text Example

White with #F64EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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