Html Css Color HEX #F65DE4 Free Speech Magenta

📋 copy color: '#F65DE4'

red 246 ◦ green 93 ◦ blue 228

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

Shades of Free Speech Magenta #F65DE4

Tints of Free Speech Magenta #F65DE4

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.4%

 BLUE value IS 228 (89.45% from 255) = 40.21%

R = 43.39%
G = 16.4%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F65DE4 (or 0xF65DE4) is known color: Free Speech Magenta. HEX triplet: F6, 5D and E4. RGB value is (246,93,228). Sum of RGB (Red+Green+Blue) = 246+93+228=567 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.39% from 567); Green value is 93 (36.72% from 255 or 16.40% from 567); Blue value is 228 (89.45% from 255 or 40.21% from 567); Max value from RGB is 246 - color contains mainly: red. Hex color #F65DE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65DE4 is #09A21B. Grayscale: #999999. Windows color (decimal): -631324 or 14966262. OLE color: 14966262.

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

Color convert

RGB 246 93 228 -
CMYK 0 0.62 0.07 0.04
HSL 307.06º 0.89% 0.66% -
HSV(B) 307.06º 0.62% 0.96% -
XYZ 55.92 33.02 76.83 -
YUV 154.14 169.69 193.52 -
System Red Green Blue C M Y K H S L
Decimal 246 93 228 0 0.62 0.07 0.04 307.06 0.89 0.66
Hex F6 5D E4 0 3E 7 4 133 59 42
Octal 366 135 344 0 76 7 4 463 131 102
Binary 11110110 1011101 11100100 0 111110 111 100 100110011 1011001 1000010

Color Harmonies of #F65DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65DE4

Black with #F65DE4

Text Example


Text Example

White with #F65DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65DE4; }

 p { color: rgb(246,93,228); }

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

background-color css

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

 a { background-color: rgb(246,93,228); }

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

border-color css

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

 span { border-color: rgb(246,93,228); }

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