Html Css Color HEX #F65BDB Free Speech Magenta

📋 copy color: '#F65BDB'

red 246 ◦ green 91 ◦ blue 219

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

Shades of Free Speech Magenta #F65BDB

Tints of Free Speech Magenta #F65BDB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.37%

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

R = 44.24%
G = 16.37%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F65BDB (or 0xF65BDB) is known color: Free Speech Magenta. HEX triplet: F6, 5B and DB. RGB value is (246,91,219). Sum of RGB (Red+Green+Blue) = 246+91+219=556 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.24% from 556); Green value is 91 (35.94% from 255 or 16.37% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 246 - color contains mainly: red. Hex color #F65BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65BDB is #09A424. Grayscale: #979797. Windows color (decimal): -631845 or 14375926. OLE color: 14375926.

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

Color convert

RGB 246 91 219 -
CMYK 0 0.63 0.11 0.04
HSL 310.45º 0.9% 0.66% -
HSV(B) 310.45º 0.63% 0.96% -
XYZ 54.53 32.19 70.36 -
YUV 151.94 165.85 195.09 -
System Red Green Blue C M Y K H S L
Decimal 246 91 219 0 0.63 0.11 0.04 310.45 0.9 0.66
Hex F6 5B DB 0 3F B 4 136 5A 42
Octal 366 133 333 0 77 13 4 466 132 102
Binary 11110110 1011011 11011011 0 111111 1011 100 100110110 1011010 1000010

Color Harmonies of #F65BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65BDB

Black with #F65BDB

Text Example


Text Example

White with #F65BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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