Html Css Color HEX #F465DC Free Speech Magenta

📋 copy color: '#F465DC'

red 244 ◦ green 101 ◦ blue 220

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

Shades of Free Speech Magenta #F465DC

Tints of Free Speech Magenta #F465DC

RGB

 RED value IS 244 (95.7% from 255) = 43.19%

 GREEN value IS 101 (39.84% from 255) = 17.88%

 BLUE value IS 220 (86.33% from 255) = 38.94%

R = 43.19%
G = 17.88%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F465DC (or 0xF465DC) is known color: Free Speech Magenta. HEX triplet: F4, 65 and DC. RGB value is (244,101,220). Sum of RGB (Red+Green+Blue) = 244+101+220=565 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.19% from 565); Green value is 101 (39.84% from 255 or 17.88% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 244 - color contains mainly: red. Hex color #F465DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F465DC is #0B9A23. Grayscale: #9C9C9C. Windows color (decimal): -760356 or 14444020. OLE color: 14444020.

HSL color Cylindrical-coordinate representation of color #F465DC: hue angle of 310.07º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F465DC is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 101 220 -
CMYK 0 0.59 0.10 0.04
HSL 310.07º 0.87% 0.68% -
HSV(B) 310.07º 0.59% 0.96% -
XYZ 54.88 33.71 71.32 -
YUV 157.32 163.38 189.82 -
System Red Green Blue C M Y K H S L
Decimal 244 101 220 0 0.59 0.10 0.04 310.07 0.87 0.68
Hex F4 65 DC 0 3B A 4 136 57 44
Octal 364 145 334 0 73 12 4 466 127 104
Binary 11110100 1100101 11011100 0 111011 1010 100 100110110 1010111 1000100

Color Harmonies of #F465DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F465DC

Black with #F465DC

Text Example


Text Example

White with #F465DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F465DC; }

 p { color: rgb(244,101,220); }

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

background-color css

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

 a { background-color: rgb(244,101,220); }

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

border-color css

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

 span { border-color: rgb(244,101,220); }

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