Html Css Color HEX #F64DD9 Free Speech Magenta

📋 copy color: '#F64DD9'

red 246 ◦ green 77 ◦ blue 217

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

Shades of Free Speech Magenta #F64DD9

Tints of Free Speech Magenta #F64DD9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.26%

 BLUE value IS 217 (85.16% from 255) = 40.19%

R = 45.56%
G = 14.26%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F64DD9 (or 0xF64DD9) is known color: Free Speech Magenta. HEX triplet: F6, 4D and D9. RGB value is (246,77,217). Sum of RGB (Red+Green+Blue) = 246+77+217=540 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.56% from 540); Green value is 77 (30.47% from 255 or 14.26% from 540); Blue value is 217 (85.16% from 255 or 40.19% from 540); Max value from RGB is 246 - color contains mainly: red. Hex color #F64DD9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64DD9 is #09B226. Grayscale: #8F8F8F. Windows color (decimal): -635431 or 14241270. OLE color: 14241270.

HSL color Cylindrical-coordinate representation of color #F64DD9: hue angle of 310.3º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F64DD9 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 77 217 -
CMYK 0 0.69 0.12 0.04
HSL 310.3º 0.9% 0.63% -
HSV(B) 310.3º 0.69% 0.96% -
XYZ 53.18 29.91 68.62 -
YUV 143.49 169.49 201.12 -
System Red Green Blue C M Y K H S L
Decimal 246 77 217 0 0.69 0.12 0.04 310.3 0.9 0.63
Hex F6 4D D9 0 45 C 4 136 5A 3F
Octal 366 115 331 0 105 14 4 466 132 77
Binary 11110110 1001101 11011001 0 1000101 1100 100 100110110 1011010 111111

Color Harmonies of #F64DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64DD9

Black with #F64DD9

Text Example


Text Example

White with #F64DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64DD9; }

 p { color: rgb(246,77,217); }

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

background-color css

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

 a { background-color: rgb(246,77,217); }

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

border-color css

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

 span { border-color: rgb(246,77,217); }

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