Html Css Color HEX #F05DDF Free Speech Magenta

📋 copy color: '#F05DDF'

red 240 ◦ green 93 ◦ blue 223

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

Shades of Free Speech Magenta #F05DDF

Tints of Free Speech Magenta #F05DDF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.73%

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

R = 43.17%
G = 16.73%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F05DDF (or 0xF05DDF) is known color: Free Speech Magenta. HEX triplet: F0, 5D and DF. RGB value is (240,93,223). Sum of RGB (Red+Green+Blue) = 240+93+223=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 93 (36.72% from 255 or 16.73% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F05DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05DDF is #0FA220. Grayscale: #979797. Windows color (decimal): -1024545 or 14638576. OLE color: 14638576.

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

Color convert

RGB 240 93 223 -
CMYK 0 0.61 0.07 0.06
HSL 306.94º 0.83% 0.65% -
HSV(B) 306.94º 0.61% 0.94% -
XYZ 53.17 31.68 73.12 -
YUV 151.77 168.2 190.93 -
System Red Green Blue C M Y K H S L
Decimal 240 93 223 0 0.61 0.07 0.06 306.94 0.83 0.65
Hex F0 5D DF 0 3D 7 6 133 53 41
Octal 360 135 337 0 75 7 6 463 123 101
Binary 11110000 1011101 11011111 0 111101 111 110 100110011 1010011 1000001

Color Harmonies of #F05DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05DDF

Black with #F05DDF

Text Example


Text Example

White with #F05DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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