Html Css Color HEX #F465DF Free Speech Magenta

📋 copy color: '#F465DF'

red 244 ◦ green 101 ◦ blue 223

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

Shades of Free Speech Magenta #F465DF

Tints of Free Speech Magenta #F465DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.26%

R = 42.96%
G = 17.78%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F465DF (or 0xF465DF) is known color: Free Speech Magenta. HEX triplet: F4, 65 and DF. RGB value is (244,101,223). Sum of RGB (Red+Green+Blue) = 244+101+223=568 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.96% from 568); Green value is 101 (39.84% from 255 or 17.78% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 244 - color contains mainly: red. Hex color #F465DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F465DF is #0B9A20. Grayscale: #9D9D9D. Windows color (decimal): -760353 or 14640628. OLE color: 14640628.

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

Color convert

RGB 244 101 223 -
CMYK 0 0.59 0.09 0.04
HSL 308.81º 0.87% 0.68% -
HSV(B) 308.81º 0.59% 0.96% -
XYZ 55.28 33.87 73.44 -
YUV 157.67 164.88 189.58 -
System Red Green Blue C M Y K H S L
Decimal 244 101 223 0 0.59 0.09 0.04 308.81 0.87 0.68
Hex F4 65 DF 0 3B 9 4 135 57 44
Octal 364 145 337 0 73 11 4 465 127 104
Binary 11110100 1100101 11011111 0 111011 1001 100 100110101 1010111 1000100

Color Harmonies of #F465DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F465DF

Black with #F465DF

Text Example


Text Example

White with #F465DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F465DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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