Html Css Color HEX #F64DD5 Free Speech Magenta

📋 copy color: '#F64DD5'

red 246 ◦ green 77 ◦ blue 213

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

Shades of Free Speech Magenta #F64DD5

Tints of Free Speech Magenta #F64DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.74%

R = 45.9%
G = 14.37%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F64DD5 (or 0xF64DD5) is known color: Free Speech Magenta. HEX triplet: F6, 4D and D5. RGB value is (246,77,213). Sum of RGB (Red+Green+Blue) = 246+77+213=536 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.90% from 536); Green value is 77 (30.47% from 255 or 14.37% from 536); Blue value is 213 (83.59% from 255 or 39.74% from 536); Max value from RGB is 246 - color contains mainly: red. Hex color #F64DD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64DD5 is #09B22A. Grayscale: #8E8E8E. Windows color (decimal): -635435 or 13979126. OLE color: 13979126.

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

Color convert

RGB 246 77 213 -
CMYK 0 0.69 0.13 0.04
HSL 311.72º 0.9% 0.63% -
HSV(B) 311.72º 0.69% 0.96% -
XYZ 52.67 29.7 65.91 -
YUV 143.04 167.49 201.44 -
System Red Green Blue C M Y K H S L
Decimal 246 77 213 0 0.69 0.13 0.04 311.72 0.9 0.63
Hex F6 4D D5 0 45 D 4 138 5A 3F
Octal 366 115 325 0 105 15 4 470 132 77
Binary 11110110 1001101 11010101 0 1000101 1101 100 100111000 1011010 111111

Color Harmonies of #F64DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64DD5

Black with #F64DD5

Text Example


Text Example

White with #F64DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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