Html Css Color HEX #F05DD3 Free Speech Magenta

📋 copy color: '#F05DD3'

red 240 ◦ green 93 ◦ blue 211

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

Shades of Free Speech Magenta #F05DD3

Tints of Free Speech Magenta #F05DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.79%

R = 44.12%
G = 17.1%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F05DD3 (or 0xF05DD3) is known color: Free Speech Magenta. HEX triplet: F0, 5D and D3. RGB value is (240,93,211). Sum of RGB (Red+Green+Blue) = 240+93+211=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 93 (36.72% from 255 or 17.10% from 544); Blue value is 211 (82.81% from 255 or 38.79% from 544); Max value from RGB is 240 - color contains mainly: red. Hex color #F05DD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05DD3 is #0FA22C. Grayscale: #969696. Windows color (decimal): -1024557 or 13852144. OLE color: 13852144.

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

Color convert

RGB 240 93 211 -
CMYK 0 0.61 0.12 0.06
HSL 311.84º 0.83% 0.65% -
HSV(B) 311.84º 0.61% 0.94% -
XYZ 51.61 31.06 64.9 -
YUV 150.41 162.2 191.91 -
System Red Green Blue C M Y K H S L
Decimal 240 93 211 0 0.61 0.12 0.06 311.84 0.83 0.65
Hex F0 5D D3 0 3D C 6 138 53 41
Octal 360 135 323 0 75 14 6 470 123 101
Binary 11110000 1011101 11010011 0 111101 1100 110 100111000 1010011 1000001

Color Harmonies of #F05DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05DD3

Black with #F05DD3

Text Example


Text Example

White with #F05DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05DD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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