Html Css Color HEX #F64ADC Free Speech Magenta

📋 copy color: '#F64ADC'

red 246 ◦ green 74 ◦ blue 220

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

Shades of Free Speech Magenta #F64ADC

Tints of Free Speech Magenta #F64ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.74%

R = 45.56%
G = 13.7%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F64ADC (or 0xF64ADC) is known color: Free Speech Magenta. HEX triplet: F6, 4A and DC. RGB value is (246,74,220). Sum of RGB (Red+Green+Blue) = 246+74+220=540 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.56% from 540); Green value is 74 (29.30% from 255 or 13.70% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 246 - color contains mainly: red. Hex color #F64ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F64ADC is #09B523. Grayscale: #8D8D8D. Windows color (decimal): -636196 or 14437110. OLE color: 14437110.

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

Color convert

RGB 246 74 220 -
CMYK 0 0.70 0.11 0.04
HSL 309.07º 0.91% 0.63% -
HSV(B) 309.07º 0.7% 0.96% -
XYZ 53.37 29.66 70.62 -
YUV 142.07 171.98 202.13 -
System Red Green Blue C M Y K H S L
Decimal 246 74 220 0 0.70 0.11 0.04 309.07 0.91 0.63
Hex F6 4A DC 0 46 B 4 135 5B 3F
Octal 366 112 334 0 106 13 4 465 133 77
Binary 11110110 1001010 11011100 0 1000110 1011 100 100110101 1011011 111111

Color Harmonies of #F64ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64ADC

Black with #F64ADC

Text Example


Text Example

White with #F64ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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