Html Css Color HEX #F64DDB Free Speech Magenta

📋 copy color: '#F64DDB'

red 246 ◦ green 77 ◦ blue 219

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

Shades of Free Speech Magenta #F64DDB

Tints of Free Speech Magenta #F64DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.41%

R = 45.39%
G = 14.21%
B = 40.41%

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

#F64DDB (or 0xF64DDB) is known color: Free Speech Magenta. HEX triplet: F6, 4D and DB. RGB value is (246,77,219). Sum of RGB (Red+Green+Blue) = 246+77+219=542 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.39% from 542); Green value is 77 (30.47% from 255 or 14.21% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 246 - color contains mainly: red. Hex color #F64DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64DDB is #09B224. Grayscale: #8F8F8F. Windows color (decimal): -635429 or 14372342. OLE color: 14372342.

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

Color convert

RGB 246 77 219 -
CMYK 0 0.69 0.11 0.04
HSL 309.59º 0.9% 0.63% -
HSV(B) 309.59º 0.69% 0.96% -
XYZ 53.45 30.02 69.99 -
YUV 143.72 170.49 200.95 -
System Red Green Blue C M Y K H S L
Decimal 246 77 219 0 0.69 0.11 0.04 309.59 0.9 0.63
Hex F6 4D DB 0 45 B 4 136 5A 3F
Octal 366 115 333 0 105 13 4 466 132 77
Binary 11110110 1001101 11011011 0 1000101 1011 100 100110110 1011010 111111

Color Harmonies of #F64DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64DDB

Black with #F64DDB

Text Example


Text Example

White with #F64DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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