Html Css Color HEX #F055DF Free Speech Magenta

📋 copy color: '#F055DF'

red 240 ◦ green 85 ◦ blue 223

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

Shades of Free Speech Magenta #F055DF

Tints of Free Speech Magenta #F055DF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.51%

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

R = 43.8%
G = 15.51%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F055DF (or 0xF055DF) is known color: Free Speech Magenta. HEX triplet: F0, 55 and DF. RGB value is (240,85,223). Sum of RGB (Red+Green+Blue) = 240+85+223=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 85 (33.59% from 255 or 15.51% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F055DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F055DF is #0FAA20. Grayscale: #929292. Windows color (decimal): -1026593 or 14636528. OLE color: 14636528.

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

Color convert

RGB 240 85 223 -
CMYK 0 0.65 0.07 0.06
HSL 306.58º 0.84% 0.64% -
HSV(B) 306.58º 0.65% 0.94% -
XYZ 52.5 30.35 72.9 -
YUV 147.08 170.85 194.28 -
System Red Green Blue C M Y K H S L
Decimal 240 85 223 0 0.65 0.07 0.06 306.58 0.84 0.64
Hex F0 55 DF 0 41 7 6 133 54 40
Octal 360 125 337 0 101 7 6 463 124 100
Binary 11110000 1010101 11011111 0 1000001 111 110 100110011 1010100 1000000

Color Harmonies of #F055DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F055DF

Black with #F055DF

Text Example


Text Example

White with #F055DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F055DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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