Html Css Color HEX #F64ADB Free Speech Magenta

📋 copy color: '#F64ADB'

red 246 ◦ green 74 ◦ blue 219

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

Shades of Free Speech Magenta #F64ADB

Tints of Free Speech Magenta #F64ADB

RGB

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

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

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

R = 45.64%
G = 13.73%
B = 40.63%

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

#F64ADB (or 0xF64ADB) is known color: Free Speech Magenta. HEX triplet: F6, 4A and DB. RGB value is (246,74,219). Sum of RGB (Red+Green+Blue) = 246+74+219=539 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.64% from 539); Green value is 74 (29.30% from 255 or 13.73% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 246 - color contains mainly: red. Hex color #F64ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F64ADB is #09B524. Grayscale: #8D8D8D. Windows color (decimal): -636197 or 14371574. OLE color: 14371574.

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

Color convert

RGB 246 74 219 -
CMYK 0 0.70 0.11 0.04
HSL 309.42º 0.91% 0.63% -
HSV(B) 309.42º 0.7% 0.96% -
XYZ 53.24 29.6 69.93 -
YUV 141.96 171.48 202.21 -
System Red Green Blue C M Y K H S L
Decimal 246 74 219 0 0.70 0.11 0.04 309.42 0.91 0.63
Hex F6 4A DB 0 46 B 4 135 5B 3F
Octal 366 112 333 0 106 13 4 465 133 77
Binary 11110110 1001010 11011011 0 1000110 1011 100 100110101 1011011 111111

Color Harmonies of #F64ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64ADB

Black with #F64ADB

Text Example


Text Example

White with #F64ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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