Html Css Color HEX #F64AD7 Free Speech Magenta

📋 copy color: '#F64AD7'

red 246 ◦ green 74 ◦ blue 215

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

Shades of Free Speech Magenta #F64AD7

Tints of Free Speech Magenta #F64AD7

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.83%

 BLUE value IS 215 (84.38% from 255) = 40.19%

R = 45.98%
G = 13.83%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F64AD7 (or 0xF64AD7) is known color: Free Speech Magenta. HEX triplet: F6, 4A and D7. RGB value is (246,74,215). Sum of RGB (Red+Green+Blue) = 246+74+215=535 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.98% from 535); Green value is 74 (29.30% from 255 or 13.83% from 535); Blue value is 215 (84.38% from 255 or 40.19% from 535); Max value from RGB is 246 - color contains mainly: red. Hex color #F64AD7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F64AD7 is #09B528. Grayscale: #8D8D8D. Windows color (decimal): -636201 or 14109430. OLE color: 14109430.

HSL color Cylindrical-coordinate representation of color #F64AD7: hue angle of 310.81º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F64AD7 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 74 215 -
CMYK 0 0.70 0.13 0.04
HSL 310.81º 0.91% 0.63% -
HSV(B) 310.81º 0.7% 0.96% -
XYZ 52.72 29.4 67.19 -
YUV 141.5 169.48 202.54 -
System Red Green Blue C M Y K H S L
Decimal 246 74 215 0 0.70 0.13 0.04 310.81 0.91 0.63
Hex F6 4A D7 0 46 D 4 137 5B 3F
Octal 366 112 327 0 106 15 4 467 133 77
Binary 11110110 1001010 11010111 0 1000110 1101 100 100110111 1011011 111111

Color Harmonies of #F64AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64AD7

Black with #F64AD7

Text Example


Text Example

White with #F64AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64AD7; }

 p { color: rgb(246,74,215); }

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

background-color css

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

 a { background-color: rgb(246,74,215); }

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

border-color css

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

 span { border-color: rgb(246,74,215); }

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