Html Css Color HEX #F65ADA Free Speech Magenta

📋 copy color: '#F65ADA'

red 246 ◦ green 90 ◦ blue 218

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

Shades of Free Speech Magenta #F65ADA

Tints of Free Speech Magenta #F65ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.35%

R = 44.4%
G = 16.25%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F65ADA (or 0xF65ADA) is known color: Free Speech Magenta. HEX triplet: F6, 5A and DA. RGB value is (246,90,218). Sum of RGB (Red+Green+Blue) = 246+90+218=554 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.40% from 554); Green value is 90 (35.55% from 255 or 16.25% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 246 - color contains mainly: red. Hex color #F65ADA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65ADA is #09A525. Grayscale: #969696. Windows color (decimal): -632102 or 14310134. OLE color: 14310134.

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

Color convert

RGB 246 90 218 -
CMYK 0 0.63 0.11 0.04
HSL 310.77º 0.9% 0.66% -
HSV(B) 310.77º 0.63% 0.96% -
XYZ 54.32 31.97 69.64 -
YUV 151.24 165.68 195.59 -
System Red Green Blue C M Y K H S L
Decimal 246 90 218 0 0.63 0.11 0.04 310.77 0.9 0.66
Hex F6 5A DA 0 3F B 4 137 5A 42
Octal 366 132 332 0 77 13 4 467 132 102
Binary 11110110 1011010 11011010 0 111111 1011 100 100110111 1011010 1000010

Color Harmonies of #F65ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65ADA

Black with #F65ADA

Text Example


Text Example

White with #F65ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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