Html Css Color HEX #F65ED2 Free Speech Magenta

📋 copy color: '#F65ED2'

red 246 ◦ green 94 ◦ blue 210

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

Shades of Free Speech Magenta #F65ED2

Tints of Free Speech Magenta #F65ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.18%

R = 44.73%
G = 17.09%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F65ED2 (or 0xF65ED2) is known color: Free Speech Magenta. HEX triplet: F6, 5E and D2. RGB value is (246,94,210). Sum of RGB (Red+Green+Blue) = 246+94+210=550 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.73% from 550); Green value is 94 (37.11% from 255 or 17.09% from 550); Blue value is 210 (82.42% from 255 or 38.18% from 550); Max value from RGB is 246 - color contains mainly: red. Hex color #F65ED2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65ED2 is #09A12D. Grayscale: #989898. Windows color (decimal): -631086 or 13786870. OLE color: 13786870.

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

Color convert

RGB 246 94 210 -
CMYK 0 0.62 0.15 0.04
HSL 314.21º 0.89% 0.67% -
HSV(B) 314.21º 0.62% 0.96% -
XYZ 53.64 32.25 64.37 -
YUV 152.67 160.36 194.57 -
System Red Green Blue C M Y K H S L
Decimal 246 94 210 0 0.62 0.15 0.04 314.21 0.89 0.67
Hex F6 5E D2 0 3E F 4 13A 59 43
Octal 366 136 322 0 76 17 4 472 131 103
Binary 11110110 1011110 11010010 0 111110 1111 100 100111010 1011001 1000011

Color Harmonies of #F65ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65ED2

Black with #F65ED2

Text Example


Text Example

White with #F65ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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