Html Css Color HEX #F64FCE Free Speech Magenta

📋 copy color: '#F64FCE'

red 246 ◦ green 79 ◦ blue 206

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

Shades of Free Speech Magenta #F64FCE

Tints of Free Speech Magenta #F64FCE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.88%

 BLUE value IS 206 (80.86% from 255) = 38.79%

R = 46.33%
G = 14.88%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F64FCE (or 0xF64FCE) is known color: Free Speech Magenta. HEX triplet: F6, 4F and CE. RGB value is (246,79,206). Sum of RGB (Red+Green+Blue) = 246+79+206=531 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.33% from 531); Green value is 79 (31.25% from 255 or 14.88% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 246 - color contains mainly: red. Hex color #F64FCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64FCE is #09B031. Grayscale: #8F8F8F. Windows color (decimal): -634930 or 13520886. OLE color: 13520886.

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

Color convert

RGB 246 79 206 -
CMYK 0 0.68 0.16 0.04
HSL 314.37º 0.9% 0.64% -
HSV(B) 314.37º 0.68% 0.96% -
XYZ 51.94 29.64 61.38 -
YUV 143.41 163.33 201.17 -
System Red Green Blue C M Y K H S L
Decimal 246 79 206 0 0.68 0.16 0.04 314.37 0.9 0.64
Hex F6 4F CE 0 44 10 4 13A 5A 40
Octal 366 117 316 0 104 20 4 472 132 100
Binary 11110110 1001111 11001110 0 1000100 10000 100 100111010 1011010 1000000

Color Harmonies of #F64FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64FCE

Black with #F64FCE

Text Example


Text Example

White with #F64FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64FCE; }

 p { color: rgb(246,79,206); }

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

background-color css

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

 a { background-color: rgb(246,79,206); }

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

border-color css

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

 span { border-color: rgb(246,79,206); }

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