Html Css Color HEX #F05FDD Free Speech Magenta

📋 copy color: '#F05FDD'

red 240 ◦ green 95 ◦ blue 221

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

Shades of Free Speech Magenta #F05FDD

Tints of Free Speech Magenta #F05FDD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.09%

 BLUE value IS 221 (86.72% from 255) = 39.75%

R = 43.17%
G = 17.09%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F05FDD (or 0xF05FDD) is known color: Free Speech Magenta. HEX triplet: F0, 5F and DD. RGB value is (240,95,221). Sum of RGB (Red+Green+Blue) = 240+95+221=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 95 (37.5% from 255 or 17.09% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F05FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05FDD is #0FA022. Grayscale: #989898. Windows color (decimal): -1024035 or 14508016. OLE color: 14508016.

HSL color Cylindrical-coordinate representation of color #F05FDD: hue angle of 307.86º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F05FDD is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 95 221 -
CMYK 0 0.60 0.08 0.06
HSL 307.86º 0.83% 0.66% -
HSV(B) 307.86º 0.6% 0.94% -
XYZ 53.08 31.93 71.77 -
YUV 152.72 166.54 190.25 -
System Red Green Blue C M Y K H S L
Decimal 240 95 221 0 0.60 0.08 0.06 307.86 0.83 0.66
Hex F0 5F DD 0 3C 8 6 134 53 42
Octal 360 137 335 0 74 10 6 464 123 102
Binary 11110000 1011111 11011101 0 111100 1000 110 100110100 1010011 1000010

Color Harmonies of #F05FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05FDD

Black with #F05FDD

Text Example


Text Example

White with #F05FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05FDD; }

 p { color: rgb(240,95,221); }

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

background-color css

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

 a { background-color: rgb(240,95,221); }

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

border-color css

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

 span { border-color: rgb(240,95,221); }

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