Html Css Color HEX #F64BDB Free Speech Magenta

📋 copy color: '#F64BDB'

red 246 ◦ green 75 ◦ blue 219

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

Shades of Free Speech Magenta #F64BDB

Tints of Free Speech Magenta #F64BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.89%

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

R = 45.56%
G = 13.89%
B = 40.56%

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

#F64BDB (or 0xF64BDB) is known color: Free Speech Magenta. HEX triplet: F6, 4B and DB. RGB value is (246,75,219). Sum of RGB (Red+Green+Blue) = 246+75+219=540 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.56% from 540); Green value is 75 (29.69% from 255 or 13.89% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 246 - color contains mainly: red. Hex color #F64BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F64BDB is #09B424. Grayscale: #8E8E8E. Windows color (decimal): -635941 or 14371830. OLE color: 14371830.

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

Color convert

RGB 246 75 219 -
CMYK 0 0.70 0.11 0.04
HSL 309.47º 0.9% 0.63% -
HSV(B) 309.47º 0.7% 0.96% -
XYZ 53.31 29.74 69.95 -
YUV 142.55 171.15 201.79 -
System Red Green Blue C M Y K H S L
Decimal 246 75 219 0 0.70 0.11 0.04 309.47 0.9 0.63
Hex F6 4B DB 0 46 B 4 135 5A 3F
Octal 366 113 333 0 106 13 4 465 132 77
Binary 11110110 1001011 11011011 0 1000110 1011 100 100110101 1011010 111111

Color Harmonies of #F64BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64BDB

Black with #F64BDB

Text Example


Text Example

White with #F64BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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