Html Css Color HEX #F64FDB Free Speech Magenta

📋 copy color: '#F64FDB'

red 246 ◦ green 79 ◦ blue 219

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

Shades of Free Speech Magenta #F64FDB

Tints of Free Speech Magenta #F64FDB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.52%

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

R = 45.22%
G = 14.52%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F64FDB (or 0xF64FDB) is known color: Free Speech Magenta. HEX triplet: F6, 4F and DB. RGB value is (246,79,219). Sum of RGB (Red+Green+Blue) = 246+79+219=544 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.22% from 544); Green value is 79 (31.25% from 255 or 14.52% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 246 - color contains mainly: red. Hex color #F64FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64FDB is #09B024. Grayscale: #909090. Windows color (decimal): -634917 or 14372854. OLE color: 14372854.

HSL color Cylindrical-coordinate representation of color #F64FDB: hue angle of 309.7º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F64FDB is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 79 219 -
CMYK 0 0.68 0.11 0.04
HSL 309.7º 0.9% 0.64% -
HSV(B) 309.7º 0.68% 0.96% -
XYZ 53.59 30.3 70.04 -
YUV 144.89 169.83 200.12 -
System Red Green Blue C M Y K H S L
Decimal 246 79 219 0 0.68 0.11 0.04 309.7 0.9 0.64
Hex F6 4F DB 0 44 B 4 136 5A 40
Octal 366 117 333 0 104 13 4 466 132 100
Binary 11110110 1001111 11011011 0 1000100 1011 100 100110110 1011010 1000000

Color Harmonies of #F64FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64FDB

Black with #F64FDB

Text Example


Text Example

White with #F64FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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