Html Css Color HEX #F041DF Free Speech Magenta

📋 copy color: '#F041DF'

red 240 ◦ green 65 ◦ blue 223

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

Shades of Free Speech Magenta #F041DF

Tints of Free Speech Magenta #F041DF

RGB

 RED value IS 240 (94.14% from 255) = 45.45%

 GREEN value IS 65 (25.78% from 255) = 12.31%

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

R = 45.45%
G = 12.31%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F041DF (or 0xF041DF) is known color: Free Speech Magenta. HEX triplet: F0, 41 and DF. RGB value is (240,65,223). Sum of RGB (Red+Green+Blue) = 240+65+223=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 65 (25.78% from 255 or 12.31% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F041DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F041DF is #0FBE20. Grayscale: #868686. Windows color (decimal): -1031713 or 14631408. OLE color: 14631408.

HSL color Cylindrical-coordinate representation of color #F041DF: hue angle of 305.83º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F041DF is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 65 223 -
CMYK 0 0.73 0.07 0.06
HSL 305.83º 0.85% 0.6% -
HSV(B) 305.83º 0.73% 0.94% -
XYZ 51.14 27.63 72.45 -
YUV 135.34 177.48 202.65 -
System Red Green Blue C M Y K H S L
Decimal 240 65 223 0 0.73 0.07 0.06 305.83 0.85 0.6
Hex F0 41 DF 0 49 7 6 132 55 3C
Octal 360 101 337 0 111 7 6 462 125 74
Binary 11110000 1000001 11011111 0 1001001 111 110 100110010 1010101 111100

Color Harmonies of #F041DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F041DF

Black with #F041DF

Text Example


Text Example

White with #F041DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F041DF; }

 p { color: rgb(240,65,223); }

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

background-color css

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

 a { background-color: rgb(240,65,223); }

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

border-color css

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

 span { border-color: rgb(240,65,223); }

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