Html Css Color HEX #F65BE1 Free Speech Magenta

📋 copy color: '#F65BE1'

red 246 ◦ green 91 ◦ blue 225

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

Shades of Free Speech Magenta #F65BE1

Tints of Free Speech Magenta #F65BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.04%

R = 43.77%
G = 16.19%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F65BE1 (or 0xF65BE1) is known color: Free Speech Magenta. HEX triplet: F6, 5B and E1. RGB value is (246,91,225). Sum of RGB (Red+Green+Blue) = 246+91+225=562 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.77% from 562); Green value is 91 (35.94% from 255 or 16.19% from 562); Blue value is 225 (88.28% from 255 or 40.04% from 562); Max value from RGB is 246 - color contains mainly: red. Hex color #F65BE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65BE1 is #09A41E. Grayscale: #989898. Windows color (decimal): -631839 or 14769142. OLE color: 14769142.

HSL color Cylindrical-coordinate representation of color #F65BE1: hue angle of 308.13º 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 #F65BE1 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 91 225 -
CMYK 0 0.63 0.09 0.04
HSL 308.13º 0.9% 0.66% -
HSV(B) 308.13º 0.63% 0.96% -
XYZ 55.34 32.51 74.59 -
YUV 152.62 168.85 194.6 -
System Red Green Blue C M Y K H S L
Decimal 246 91 225 0 0.63 0.09 0.04 308.13 0.9 0.66
Hex F6 5B E1 0 3F 9 4 134 5A 42
Octal 366 133 341 0 77 11 4 464 132 102
Binary 11110110 1011011 11100001 0 111111 1001 100 100110100 1011010 1000010

Color Harmonies of #F65BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65BE1

Black with #F65BE1

Text Example


Text Example

White with #F65BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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