Html Css Color HEX #F65CDF Free Speech Magenta

📋 copy color: '#F65CDF'

red 246 ◦ green 92 ◦ blue 223

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

Shades of Free Speech Magenta #F65CDF

Tints of Free Speech Magenta #F65CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.75%

R = 43.85%
G = 16.4%
B = 39.75%

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

#F65CDF (or 0xF65CDF) is known color: Free Speech Magenta. HEX triplet: F6, 5C and DF. RGB value is (246,92,223). Sum of RGB (Red+Green+Blue) = 246+92+223=561 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.85% from 561); Green value is 92 (36.33% from 255 or 16.40% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 246 - color contains mainly: red. Hex color #F65CDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65CDF is #09A320. Grayscale: #989898. Windows color (decimal): -631585 or 14638326. OLE color: 14638326.

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

Color convert

RGB 246 92 223 -
CMYK 0 0.63 0.09 0.04
HSL 308.96º 0.9% 0.66% -
HSV(B) 308.96º 0.63% 0.96% -
XYZ 55.15 32.57 73.19 -
YUV 152.98 167.52 194.35 -
System Red Green Blue C M Y K H S L
Decimal 246 92 223 0 0.63 0.09 0.04 308.96 0.9 0.66
Hex F6 5C DF 0 3F 9 4 135 5A 42
Octal 366 134 337 0 77 11 4 465 132 102
Binary 11110110 1011100 11011111 0 111111 1001 100 100110101 1011010 1000010

Color Harmonies of #F65CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65CDF

Black with #F65CDF

Text Example


Text Example

White with #F65CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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