Html Css Color HEX #F65AD3 Free Speech Magenta

📋 copy color: '#F65AD3'

red 246 ◦ green 90 ◦ blue 211

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

Shades of Free Speech Magenta #F65AD3

Tints of Free Speech Magenta #F65AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.57%

R = 44.97%
G = 16.45%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F65AD3 (or 0xF65AD3) is known color: Free Speech Magenta. HEX triplet: F6, 5A and D3. RGB value is (246,90,211). Sum of RGB (Red+Green+Blue) = 246+90+211=547 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.97% from 547); Green value is 90 (35.55% from 255 or 16.45% from 547); Blue value is 211 (82.81% from 255 or 38.57% from 547); Max value from RGB is 246 - color contains mainly: red. Hex color #F65AD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65AD3 is #09A52C. Grayscale: #969696. Windows color (decimal): -632109 or 13851382. OLE color: 13851382.

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

Color convert

RGB 246 90 211 -
CMYK 0 0.63 0.14 0.04
HSL 313.46º 0.9% 0.66% -
HSV(B) 313.46º 0.63% 0.96% -
XYZ 53.42 31.61 64.91 -
YUV 150.44 162.18 196.16 -
System Red Green Blue C M Y K H S L
Decimal 246 90 211 0 0.63 0.14 0.04 313.46 0.9 0.66
Hex F6 5A D3 0 3F E 4 139 5A 42
Octal 366 132 323 0 77 16 4 471 132 102
Binary 11110110 1011010 11010011 0 111111 1110 100 100111001 1011010 1000010

Color Harmonies of #F65AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65AD3

Black with #F65AD3

Text Example


Text Example

White with #F65AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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