Html Css Color HEX #F65CE1 Free Speech Magenta

📋 copy color: '#F65CE1'

red 246 ◦ green 92 ◦ blue 225

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

Shades of Free Speech Magenta #F65CE1

Tints of Free Speech Magenta #F65CE1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.34%

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

R = 43.69%
G = 16.34%
B = 39.96%

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

#F65CE1 (or 0xF65CE1) is known color: Free Speech Magenta. HEX triplet: F6, 5C and E1. RGB value is (246,92,225). Sum of RGB (Red+Green+Blue) = 246+92+225=563 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.69% from 563); Green value is 92 (36.33% from 255 or 16.34% from 563); Blue value is 225 (88.28% from 255 or 39.96% from 563); Max value from RGB is 246 - color contains mainly: red. Hex color #F65CE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65CE1 is #09A31E. Grayscale: #989898. Windows color (decimal): -631583 or 14769398. OLE color: 14769398.

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

Color convert

RGB 246 92 225 -
CMYK 0 0.63 0.09 0.04
HSL 308.18º 0.9% 0.66% -
HSV(B) 308.18º 0.63% 0.96% -
XYZ 55.42 32.68 74.62 -
YUV 153.21 168.52 194.19 -
System Red Green Blue C M Y K H S L
Decimal 246 92 225 0 0.63 0.09 0.04 308.18 0.9 0.66
Hex F6 5C E1 0 3F 9 4 134 5A 42
Octal 366 134 341 0 77 11 4 464 132 102
Binary 11110110 1011100 11100001 0 111111 1001 100 100110100 1011010 1000010

Color Harmonies of #F65CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65CE1

Black with #F65CE1

Text Example


Text Example

White with #F65CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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