Html Css Color HEX #F465DA Free Speech Magenta

📋 copy color: '#F465DA'

red 244 ◦ green 101 ◦ blue 218

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

Shades of Free Speech Magenta #F465DA

Tints of Free Speech Magenta #F465DA

RGB

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

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

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

R = 43.34%
G = 17.94%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F465DA (or 0xF465DA) is known color: Free Speech Magenta. HEX triplet: F4, 65 and DA. RGB value is (244,101,218). Sum of RGB (Red+Green+Blue) = 244+101+218=563 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.34% from 563); Green value is 101 (39.84% from 255 or 17.94% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 244 - color contains mainly: red. Hex color #F465DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F465DA is #0B9A25. Grayscale: #9C9C9C. Windows color (decimal): -760358 or 14312948. OLE color: 14312948.

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

Color convert

RGB 244 101 218 -
CMYK 0 0.59 0.11 0.04
HSL 310.91º 0.87% 0.68% -
HSV(B) 310.91º 0.59% 0.96% -
XYZ 54.62 33.6 69.94 -
YUV 157.1 162.38 189.99 -
System Red Green Blue C M Y K H S L
Decimal 244 101 218 0 0.59 0.11 0.04 310.91 0.87 0.68
Hex F4 65 DA 0 3B B 4 137 57 44
Octal 364 145 332 0 73 13 4 467 127 104
Binary 11110100 1100101 11011010 0 111011 1011 100 100110111 1010111 1000100

Color Harmonies of #F465DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F465DA

Black with #F465DA

Text Example


Text Example

White with #F465DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F465DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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