Html Css Color HEX #F64CDC Free Speech Magenta

📋 copy color: '#F64CDC'

red 246 ◦ green 76 ◦ blue 220

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

Shades of Free Speech Magenta #F64CDC

Tints of Free Speech Magenta #F64CDC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.02%

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

R = 45.39%
G = 14.02%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F64CDC (or 0xF64CDC) is known color: Free Speech Magenta. HEX triplet: F6, 4C and DC. RGB value is (246,76,220). Sum of RGB (Red+Green+Blue) = 246+76+220=542 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.39% from 542); Green value is 76 (30.08% from 255 or 14.02% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 246 - color contains mainly: red. Hex color #F64CDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F64CDC is #09B323. Grayscale: #8E8E8E. Windows color (decimal): -635684 or 14437622. OLE color: 14437622.

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

Color convert

RGB 246 76 220 -
CMYK 0 0.69 0.11 0.04
HSL 309.18º 0.9% 0.63% -
HSV(B) 309.18º 0.69% 0.96% -
XYZ 53.51 29.93 70.67 -
YUV 143.25 171.32 201.29 -
System Red Green Blue C M Y K H S L
Decimal 246 76 220 0 0.69 0.11 0.04 309.18 0.9 0.63
Hex F6 4C DC 0 45 B 4 135 5A 3F
Octal 366 114 334 0 105 13 4 465 132 77
Binary 11110110 1001100 11011100 0 1000101 1011 100 100110101 1011010 111111

Color Harmonies of #F64CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64CDC

Black with #F64CDC

Text Example


Text Example

White with #F64CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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