Html Css Color HEX #F65AD8 Free Speech Magenta

📋 copy color: '#F65AD8'

red 246 ◦ green 90 ◦ blue 216

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

Shades of Free Speech Magenta #F65AD8

Tints of Free Speech Magenta #F65AD8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.3%

 BLUE value IS 216 (84.77% from 255) = 39.13%

R = 44.57%
G = 16.3%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F65AD8 (or 0xF65AD8) is known color: Free Speech Magenta. HEX triplet: F6, 5A and D8. RGB value is (246,90,216). Sum of RGB (Red+Green+Blue) = 246+90+216=552 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.57% from 552); Green value is 90 (35.55% from 255 or 16.30% from 552); Blue value is 216 (84.77% from 255 or 39.13% from 552); Max value from RGB is 246 - color contains mainly: red. Hex color #F65AD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65AD8 is #09A527. Grayscale: #969696. Windows color (decimal): -632104 or 14179062. OLE color: 14179062.

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

Color convert

RGB 246 90 216 -
CMYK 0 0.63 0.12 0.04
HSL 311.54º 0.9% 0.66% -
HSV(B) 311.54º 0.63% 0.96% -
XYZ 54.06 31.86 68.27 -
YUV 151.01 164.68 195.75 -
System Red Green Blue C M Y K H S L
Decimal 246 90 216 0 0.63 0.12 0.04 311.54 0.9 0.66
Hex F6 5A D8 0 3F C 4 138 5A 42
Octal 366 132 330 0 77 14 4 470 132 102
Binary 11110110 1011010 11011000 0 111111 1100 100 100111000 1011010 1000010

Color Harmonies of #F65AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65AD8

Black with #F65AD8

Text Example


Text Example

White with #F65AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65AD8; }

 p { color: rgb(246,90,216); }

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

background-color css

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

 a { background-color: rgb(246,90,216); }

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

border-color css

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

 span { border-color: rgb(246,90,216); }

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