Html Css Color HEX #F65AD4 Free Speech Magenta

📋 copy color: '#F65AD4'

red 246 ◦ green 90 ◦ blue 212

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

Shades of Free Speech Magenta #F65AD4

Tints of Free Speech Magenta #F65AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.69%

R = 44.89%
G = 16.42%
B = 38.69%

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

#F65AD4 (or 0xF65AD4) is known color: Free Speech Magenta. HEX triplet: F6, 5A and D4. RGB value is (246,90,212). Sum of RGB (Red+Green+Blue) = 246+90+212=548 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.89% from 548); Green value is 90 (35.55% from 255 or 16.42% from 548); Blue value is 212 (83.20% from 255 or 38.69% from 548); Max value from RGB is 246 - color contains mainly: red. Hex color #F65AD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65AD4 is #09A52B. Grayscale: #969696. Windows color (decimal): -632108 or 13916918. OLE color: 13916918.

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

Color convert

RGB 246 90 212 -
CMYK 0 0.63 0.14 0.04
HSL 313.08º 0.9% 0.66% -
HSV(B) 313.08º 0.63% 0.96% -
XYZ 53.55 31.66 65.58 -
YUV 150.55 162.68 196.08 -
System Red Green Blue C M Y K H S L
Decimal 246 90 212 0 0.63 0.14 0.04 313.08 0.9 0.66
Hex F6 5A D4 0 3F E 4 139 5A 42
Octal 366 132 324 0 77 16 4 471 132 102
Binary 11110110 1011010 11010100 0 111111 1110 100 100111001 1011010 1000010

Color Harmonies of #F65AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65AD4

Black with #F65AD4

Text Example


Text Example

White with #F65AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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