Html Css Color HEX #F65EDB Free Speech Magenta

📋 copy color: '#F65EDB'

red 246 ◦ green 94 ◦ blue 219

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

Shades of Free Speech Magenta #F65EDB

Tints of Free Speech Magenta #F65EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.82%

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

R = 44.01%
G = 16.82%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F65EDB (or 0xF65EDB) is known color: Free Speech Magenta. HEX triplet: F6, 5E and DB. RGB value is (246,94,219). Sum of RGB (Red+Green+Blue) = 246+94+219=559 (74% of max value = 765). Red value is 246 (96.48% from 255 or 44.01% from 559); Green value is 94 (37.11% from 255 or 16.82% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 246 - color contains mainly: red. Hex color #F65EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65EDB is #09A124. Grayscale: #999999. Windows color (decimal): -631077 or 14376694. OLE color: 14376694.

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

Color convert

RGB 246 94 219 -
CMYK 0 0.62 0.11 0.04
HSL 310.66º 0.89% 0.67% -
HSV(B) 310.66º 0.62% 0.96% -
XYZ 54.79 32.71 70.44 -
YUV 153.7 164.86 193.84 -
System Red Green Blue C M Y K H S L
Decimal 246 94 219 0 0.62 0.11 0.04 310.66 0.89 0.67
Hex F6 5E DB 0 3E B 4 137 59 43
Octal 366 136 333 0 76 13 4 467 131 103
Binary 11110110 1011110 11011011 0 111110 1011 100 100110111 1011001 1000011

Color Harmonies of #F65EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65EDB

Black with #F65EDB

Text Example


Text Example

White with #F65EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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