Html Css Color HEX #F64FDF Free Speech Magenta

📋 copy color: '#F64FDF'

red 246 ◦ green 79 ◦ blue 223

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

Shades of Free Speech Magenta #F64FDF

Tints of Free Speech Magenta #F64FDF

RGB

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

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

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

R = 44.89%
G = 14.42%
B = 40.69%

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

#F64FDF (or 0xF64FDF) is known color: Free Speech Magenta. HEX triplet: F6, 4F and DF. RGB value is (246,79,223). Sum of RGB (Red+Green+Blue) = 246+79+223=548 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.89% from 548); Green value is 79 (31.25% from 255 or 14.42% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 246 - color contains mainly: red. Hex color #F64FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64FDF is #09B020. Grayscale: #909090. Windows color (decimal): -634913 or 14634998. OLE color: 14634998.

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

Color convert

RGB 246 79 223 -
CMYK 0 0.68 0.09 0.04
HSL 308.26º 0.9% 0.64% -
HSV(B) 308.26º 0.68% 0.96% -
XYZ 54.12 30.51 72.85 -
YUV 145.35 171.83 199.79 -
System Red Green Blue C M Y K H S L
Decimal 246 79 223 0 0.68 0.09 0.04 308.26 0.9 0.64
Hex F6 4F DF 0 44 9 4 134 5A 40
Octal 366 117 337 0 104 11 4 464 132 100
Binary 11110110 1001111 11011111 0 1000100 1001 100 100110100 1011010 1000000

Color Harmonies of #F64FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64FDF

Black with #F64FDF

Text Example


Text Example

White with #F64FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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