Html Css Color HEX #F05DDE Free Speech Magenta

📋 copy color: '#F05DDE'

red 240 ◦ green 93 ◦ blue 222

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

Shades of Free Speech Magenta #F05DDE

Tints of Free Speech Magenta #F05DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40%

R = 43.24%
G = 16.76%
B = 40%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F05DDE (or 0xF05DDE) is known color: Free Speech Magenta. HEX triplet: F0, 5D and DE. RGB value is (240,93,222). Sum of RGB (Red+Green+Blue) = 240+93+222=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 93 (36.72% from 255 or 16.76% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F05DDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05DDE is #0FA221. Grayscale: #979797. Windows color (decimal): -1024546 or 14573040. OLE color: 14573040.

HSL color Cylindrical-coordinate representation of color #F05DDE: hue angle of 307.35º 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 #F05DDE is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 93 222 -
CMYK 0 0.61 0.08 0.06
HSL 307.35º 0.83% 0.65% -
HSV(B) 307.35º 0.61% 0.94% -
XYZ 53.03 31.63 72.42 -
YUV 151.66 167.7 191.01 -
System Red Green Blue C M Y K H S L
Decimal 240 93 222 0 0.61 0.08 0.06 307.35 0.83 0.65
Hex F0 5D DE 0 3D 8 6 133 53 41
Octal 360 135 336 0 75 10 6 463 123 101
Binary 11110000 1011101 11011110 0 111101 1000 110 100110011 1010011 1000001

Color Harmonies of #F05DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05DDE

Black with #F05DDE

Text Example


Text Example

White with #F05DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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