Html Css Color HEX #FF61DF Free Speech Magenta

📋 copy color: '#FF61DF'

red 255 ◦ green 97 ◦ blue 223

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

Shades of Free Speech Magenta #FF61DF

Tints of Free Speech Magenta #FF61DF

RGB

 RED value IS 255 (100% from 255) = 44.35%

 GREEN value IS 97 (38.28% from 255) = 16.87%

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

R = 44.35%
G = 16.87%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FF61DF (or 0xFF61DF) is known color: Free Speech Magenta. HEX triplet: FF, 61 and DF. RGB value is (255,97,223). Sum of RGB (Red+Green+Blue) = 255+97+223=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 97 (38.28% from 255 or 16.87% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF61DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF61DF is #009E20. Grayscale: #9E9E9E. Windows color (decimal): -40481 or 14639615. OLE color: 14639615.

HSL color Cylindrical-coordinate representation of color #FF61DF: hue angle of 312.15º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF61DF is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB 255 97 223 -
CMYK 0 0.62 0.13 0
HSL 312.15º 1% 0.69% -
HSV(B) 312.15º 0.62% 1% -
XYZ 58.83 35.14 73.49 -
YUV 158.61 164.35 196.75 -
System Red Green Blue C M Y K H S L
Decimal 255 97 223 0 0.62 0.13 0 312.15 1 0.69
Hex FF 61 DF 0 3E D 0 138 64 45
Octal 377 141 337 0 76 15 0 470 144 105
Binary 11111111 1100001 11011111 0 111110 1101 0 100111000 1100100 1000101

Color Harmonies of #FF61DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF61DF

Black with #FF61DF

Text Example


Text Example

White with #FF61DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF61DF; }

 p { color: rgb(255,97,223); }

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

background-color css

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

 a { background-color: rgb(255,97,223); }

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

border-color css

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

 span { border-color: rgb(255,97,223); }

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